.sect-news .section-title {
    padding-bottom: 16px;
    border-bottom: 1px solid #dadada;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-list-item {
    width: 32%;
    height: auto;
    border: 1px solid #DADADA;
    margin-bottom: 32px;
}

.news-list-item:not(:nth-child(3n)) {
    margin-right: 2%;
}

.news-list-item-image {
    width: 100%;
    height: 15em;
    object-fit: cover;
}

.news-list-item-container {
    padding: 2em 5%;
    display: block;
}

.news-list-item-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    color: #151515;
    margin-bottom: 40px;
}

.news-list-item-date {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.2;
    color: #979797;
}

.swiper-new .swiper-slide {
	width: 100%;
	height: 30em;
}

.swiper-new {
	width: 46%;
}

.new-content {
	width: 50%;
}

.new-body {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.4;
	color: #151515;
}

.sect-new .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.swiper-new .new-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-date {
	font-weight: 300;
	font-size: .875rem;
	line-height: 1.2;
	color: #151515;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
    .news-list-item:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .news-list-item {
        width: 48%;
    }

    .news-list {
        justify-content: space-between;
    }
}

@media (max-width: 425px) {
    .news-list-item {
        width: 100%;
    }
}