

section{
padding:120px 0;
}

img{
width:100%;
display:block;
object-fit:cover;
}

.container-lg{
max-width:1320px;
}

.k-subtitle{
font-size:13px;
letter-spacing:4px;
text-transform:uppercase;
color:#b79c83;
display:block;
margin-bottom:20px;
}

.k-title{
font-size:64px;
line-height:1;
font-weight:600;
margin-bottom:30px;
}

.k-text{
font-size:18px;
line-height:2;
color:#555;
}

.k-card{
padding:45px;
background:#faf8f5;
height:100%;
transition:.4s;
}

.k-card:hover{
transform:translateY(-8px);
}

.k-card h4{
font-size:30px;
margin-bottom:15px;
}

.hero-img{
height:760px;
object-fit:cover;
box-shadow:0 40px 90px rgba(0,0,0,.08);
}

.flagship-grid img{
height:430px;
}

.quote-sec{
background:#0f1f3d;
color:#fff;
text-align:center;
}

.quote-sec h2{
font-size:52px;
line-height:1.35;
max-width:950px;
margin:auto;
}

.quote-sec p{
font-size:22px;
margin-top:30px;
letter-spacing:2px;
color:#d8c8b7;
}

@media(max-width:991px){

.k-title{
font-size:38px;
}

.hero-img{
height:460px;
margin-top:40px;
}

.quote-sec h2{
font-size:32px;
}

}