/* ======================================================
CONTACT
====================================================== */

.contact-home{

background:#fff;

}

.contact-grid{

display:grid;

grid-template-columns:1fr 480px;

gap:100px;

align-items:center;

}

.contact-info{

max-width:600px;

}

.contact-info h2{

margin:18px 0 30px;

}

.contact-info p{

font-size:17px;

line-height:1.9;

}

.contact-list{

margin-top:40px;

}

.contact-list p{

margin-bottom:28px;

}

.contact-list strong{

display:block;

margin-bottom:6px;

font-weight:600;

color:#081C2C;

}

.contact-list a{

color:#081C2C;

transition:.3s;

}

.contact-list a:hover{

color:#C6A56A;

}

.contact-card{

background:#081C2C;

color:#fff;

padding:70px 60px;

border-radius:28px;

box-shadow:0 35px 80px rgba(8,28,44,.15);

}

.contact-card h3{

color:#fff;

font-size:42px;

margin-bottom:24px;

}

.contact-card p{

color:rgba(255,255,255,.85);

margin-bottom:40px;

}

.contact-card .hero-button{

width:100%;

justify-content:center;

}