/* ===========================
   ABOUT US
=========================== */

.about{

padding:100px 6%;

background:#F9F7F2;

text-align:center;

}

.about-text{

max-width:780px;

margin:0 auto 60px;

font-size:17px;

line-height:1.8;

color:#555;

}

.about-stats{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.stat{

padding:40px 20px;

background:#fff;

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

}

.stat:hover{

transform:translateY(-8px);

box-shadow:0 25px 55px rgba(0,0,0,.1);

}

.stat i{

font-size:34px;

color:#C89D43;

margin-bottom:18px;

}

.stat h3{

font-size:36px;

font-family:'Playfair Display',serif;

color:#183153;

margin-bottom:8px;

}

.stat p{

font-size:14px;

color:#777;

}


/* ===========================
   TALK TO AN EXPERT
=========================== */

.expert-cta{

padding:110px 6%;

background:#17365D;

text-align:center;

}

.expert-cta .tag{

display:inline-block;

font-size:14px;

letter-spacing:3px;

color:#D6B15E;

font-weight:600;

margin-bottom:18px;

}

.expert-cta h2{

font-size:44px;

font-family:'Playfair Display',serif;

color:#fff;

margin-bottom:18px;

}

.expert-cta p{

font-size:17px;

color:#c9d2de;

max-width:600px;

margin:0 auto 45px;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

}

.btn-gold{

display:inline-flex;

align-items:center;

gap:10px;

background:#C89D43;

color:#fff;

padding:16px 38px;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.btn-gold:hover{

background:#fff;

color:#17365D;

}

.btn-outline{

display:inline-flex;

align-items:center;

border:2px solid rgba(255,255,255,.6);

color:#fff;

padding:16px 38px;

border-radius:50px;

font-weight:600;

transition:.35s;

}

.btn-outline:hover{

background:#fff;

color:#17365D;

border-color:#fff;

}
