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

.about{

    background:#ffffff;

    padding:120px 0;

}

.about-container{

    display:grid;

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

    align-items:center;

    gap:80px;

}

/*=========================
        LEFT CONTENT
=========================*/

.about-content{

    max-width:620px;

}

.section-tag{

    display:inline-block;

    color:#D4AF37;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    margin-bottom:20px;

    text-transform:uppercase;

}

.about-content h2{

    font-size:54px;

    line-height:1.15;

    color:#111;

    margin-bottom:28px;

    font-weight:700;

}

.about-content p{

    font-size:17px;

    color:#666;

    line-height:1.9;

    margin-bottom:24px;

}

/*=========================
        GSRISE
=========================*/

.gsrise-box{

    margin:30px 0 25px;

    padding:20px 24px;

    background:#fafafa;

    border-left:5px solid #D4AF37;

    border-radius:12px;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.gsrise-box h4{

    margin:0 0 8px;

    font-size:22px;

    color:#111;

    font-weight:700;

}

.gsrise-box p{

    margin:0;

    font-size:16px;

    color:#666;

    line-height:1.7;

}

.gsrise-box strong{

    color:#D4AF37;

}

/*=========================
    COMPANY HIGHLIGHTS
=========================*/

.company-highlights{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:35px;

}

.highlight-item{

    background:#ffffff;

    border:1px solid #ececec;

    border-radius:12px;

    padding:22px;

    text-align:center;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

    transition:.3s ease;

}

.highlight-item:hover{

    transform:translateY(-4px);

    box-shadow:0 15px 30px rgba(0,0,0,.08);

}

.highlight-item h3{

    margin:0 0 10px;

    font-size:48px;

    font-weight:700;

    color:#D4AF37;

    line-height:1;

}

.highlight-item p{

    margin:0;

    font-size:15px;

    color:#555;

    line-height:1.5;

}

/*=========================
        FEATURES
=========================*/

.about-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin:40px 0;

}

.about-features div{

    position:relative;

    padding-left:22px;

    font-size:16px;

    color:#222;

    font-weight:500;

}

.about-features div::before{

    content:"";

    position:absolute;

    left:0;

    top:10px;

    width:8px;

    height:8px;

    border-radius:50%;

    background:#D4AF37;

}

/*=========================
        IMAGE
=========================*/

.about-image{

    display:flex;

    justify-content:center;

    align-self:start;

}

.about-image img{

    width:100%;

    max-width:520px;

    border-radius:22px;

    display:block;

    box-shadow:0 25px 60px rgba(0,0,0,.12);

    transition:.4s ease;

}

.about-image img:hover{

    transform:scale(1.03);

}

/*=========================
        BUTTON
=========================*/

.about .primary-btn{

    margin-top:10px;

}

/*=========================
      RESPONSIVE
=========================*/

@media(max-width:992px){

    .about-container{

        grid-template-columns:1fr;

        gap:60px;

    }

    .about-content{

        max-width:100%;

        text-align:center;

    }

    .gsrise-box{

        text-align:center;

    }

    .company-highlights{

        grid-template-columns:repeat(2,1fr);

    }

    .about-features{

        grid-template-columns:1fr 1fr;

    }

    .about-features div{

        padding-left:18px;

    }

    .about-image{

        order:-1;

    }

}

@media(max-width:768px){

    .about{

        padding:90px 0;

    }

    .about-content h2{

        font-size:40px;

    }

    .about-content p{

        font-size:16px;

    }

    .gsrise-box{

        padding:18px;

    }

    .gsrise-box h4{

        font-size:20px;

    }

    .gsrise-box p{

        font-size:15px;

    }

    .company-highlights{

        grid-template-columns:1fr;

        gap:15px;

    }

    .about-features{

        grid-template-columns:1fr;

        gap:15px;

    }

    .about-image img{

        max-width:100%;

    }

}

@media(max-width:480px){

    .about-content h2{

        font-size:32px;

    }

    .section-tag{

        font-size:12px;

    }

    .about-content p{

        font-size:15px;

    }

    .gsrise-box h4{

        font-size:18px;

    }

    .gsrise-box p{

        font-size:14px;

    }

}
.about-image{
    align-self:start;
}

.about-image img{
    width:100%;
    display:block;
}
.about-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
}
.about-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:start;
}
.about-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}