/* ======================================================
LOCATION
====================================================== */

.location{

background:#F8F8F6;

}

.location-grid{

display:grid;
grid-template-columns:.9fr 1.1fr;
gap:90px;
align-items:center;

}

.location-content{

max-width:520px;

}

.location h2{

margin:16px 0 28px;

}

.location p{

font-size:17px;
line-height:1.9;
margin-bottom:24px;

}

.location .outline-button{

margin-top:18px;

}

.location-map{

height:650px;

overflow:hidden;

border-radius:28px;

box-shadow:0 35px 70px rgba(0,0,0,.08);

}

.location-map iframe{

width:100%;
height:100%;
border:0;

}