/* =============== SECTION-38 ============== */
.section-38{
	padding: 0;
	height: 94vh;
	background: url(../img/insights.webp) center no-repeat;
	background-size: cover;
}
.section-38 .wrap{
	flex-direction: column;
	justify-content: center;
}
.section-38 .title-1 {
	max-width: 100%;
}

/* =============== SECTION-39 SECTION-37 ============== */
.section-39{}

.section-39 .section-37-project-big-img{
	background: url(../img/img-37.webp) center no-repeat;
	background-size: cover;
}
.section-39 .category1 .article-image {
    background: url(../img/slide-5-2.webp) center no-repeat;
	background-size: cover;
}
.section-39 .category2 .article-image {
    background: url(../img/bg3-1.webp) center no-repeat;
	background-size: cover;
}
.section-39 .category3 .article-image {
    background: url(../img/img-37.webp) center no-repeat;
	background-size: cover;
}
.section-39 .category4 .article-image {
    background: url(../img/slide-5-4.webp) center no-repeat;
	background-size: cover;
}



/* =============== MEDIA ============== */
@media (max-width: 1167px){
	.section-37-buttons-box {
	    justify-content: center;
	    gap: 24px;
	}
	.wrap-buttons-37 {
	    padding: 24px;
	}
}

@media (max-width: 820px){
	.section-39-all{
		display: none;
	}
}

@media (max-width: 590px){
	.section-37-buttons-box {
	    gap: 8px;
	}
	.wrap-buttons-37 {
	    padding: 12px;
	}
}


@media (max-width: 440px){
	.section-38 .wrap{
	    justify-content: flex-end;
	    padding-bottom: 150px;
	}
}
