/* =============== SECTION-13 ============== */
.section-12{
	padding: 0;
	height: 94vh;
	background: url(../img/bg-12.webp) center no-repeat;
	background-size: cover;
}
.section-12 .wrap{
	flex-direction: column;
	justify-content: center;
}
.section-12 .title-1 {
	max-width: 100%;
}

/* =============== SECTION-13 ============== */
.section-13{
	background: var(--secondary-brand-blue);
}
.title-13{
	max-width: 1120px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0.01em;
	text-align: center;
	color: var(--secondary-white);
}
/* =============== SECTION-14 ============== */
.section-14{
	background: var(--secondary-light-grey);
}
.section-14 .wrap{
	gap: 60px;
}
.section-14-text{
	width: 580px;
}
.section-14 .title-2{
	margin-bottom: 16px;	
}
.section-14-img{
	width: 476px;
	height: 350px;
	background: url(../img/img-14.webp) no-repeat center;
	background-size: cover;
}

/* =============== SECTION-15 ============== */
.section-15{
	background: var(--secondary-light-grey);
}
.section-15 .title-2{
	margin-bottom: 48px;
}
.section-15-box{
	gap: 16px;
}
.section-15-card{
	flex-wrap: nowrap;
	width: 389px;
	padding: 32px;
	background: var(--secondary-white);
	flex-direction: column;
	gap: 8px;
}
.section-15-card-1,
.section-15-card-2,
.section-15-card-3{
	height: 126px;
}
.section-15-card-4,
.section-15-card-5,
.section-15-card-6{
	height: 192px;
}
.section-15-h3{
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-align: center;
	color: var(--primary-dark-gold-on-light);
}
.section-15-card .text{
	text-align: center;
}

/* =============== SECTION-16 ============== */
.section-16 .title-2-2{
	max-width: 700px;
}

/* =============== MEDIA ============== */
@media (max-width: 1278px){
	.section-15-card-3{
		height: 192px;
	}
}

@media (max-width: 1165px){
	.section-15 .title-2{
		margin-bottom: 24px;
	}
	.section-15-h3{
		font-size: 22px;
	}
	.section-15-card{
		width: 356px;
	}
}

@media (max-width: 1024px){
	.title-13{
		font-size: 28px;
	}
	.section-15-box {
    gap: 8px;
	}
}

@media (max-width: 768px){
	.section-14 .wrap{
		flex-direction: column;
		gap: 24px;
	}
	.section-14-text{
		width: 100%;
	}
	.title-13{
		font-size: 24px;
	}
	.section-14-img{
		order: -1;
		width: 100%;
		height: 300px;
	}
		.section-15-h3{
		font-size: 18px;
	}
	.section-15-card{
		width: 100%;
		height: auto;
		padding: 24px;
	}
	.section-15-card-3,
	.section-15-card-4{
		order: -2;
	}
}

@media (max-width: 440px){
	.section-12 .wrap {
	    justify-content: flex-end;
	    padding-bottom: 150px;
	}
	.title-1 {
        font-size: 34px;
    }
}
