/*==================================
NOSOTROS
==================================*/

.about{

    padding:140px 0;

}

.about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.about-image img{

    width:100%;

    border-radius:28px;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:0 25px 60px rgba(0,0,0,.35);

}

.about-content span{

    color:var(--primary);

    font-weight:700;

    letter-spacing:2px;

}

.about-content h2{

    margin:20px 0 30px;

    font-size:54px;

    line-height:1.1;

}

.about-content p{

    color:#AAB5C7;

    line-height:1.9;

    margin-bottom:25px;

}

.about-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:35px;

}

.about-features div{

    display:flex;

    align-items:center;

    gap:12px;

    font-size:18px;

}

.about-features i{

    color:var(--primary);

}