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

.about{

background:#fff;

}

.about-grid{

display:grid;

grid-template-columns:1.05fr .95fr;

gap:90px;

align-items:center;

}

.about-image{

overflow:hidden;

border-radius:28px;

}

.about-image img{

width:100%;

height:720px;

object-fit:cover;

transition:.7s;

}

.about-image:hover img{

transform:scale(1.03);

}

.about-content{

max-width:560px;

}

.about h2{

max-width:520px;

}

.about p{

font-size:17px;

line-height:1.9;

margin-bottom:26px;

}

.about .outline-button{

margin-top:20px;

}