/* =========================
   ABOUT SECTION
========================= */

.about-section{
    background:#f8fafc;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.about-img{
    position:relative;
}

.about-img img{
    width:100%;
    border-radius:25px;
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.about-content h3{
    font-size:36px;
    color:#0f172a;
    margin-bottom:20px;
    font-weight:700;
}

.about-content p{
    color:#475569;
    margin-bottom:18px;
    line-height:1.9;
}

.about-features{
    margin-top:25px;
}

.about-features li{
    list-style:none;
    margin-bottom:12px;
    color:#334155;
    font-weight:500;
}

.about-features li i{
    color:#f59e0b;
    margin-right:10px;
}