    .about-section {
        background-color: #FFFFF5;
    }

    .about-image {
        background-image: url('/images/about-us/vision-mission-new/img/img.png');
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        min-height: 650px;
    }

    .about-description {
        font-size: 16px;
        line-height: 1.6;
        color: #333;
    }

    .about-box {
        border-radius: 19px;
        padding: 1rem 2rem 0rem 2rem;
    }

    .about-icon {
        position: absolute;
        top: 50%;
        left: -130px;
        transform: translateY(-50%);
        background-color: #FFFFF5;
        border-radius: 50%;
        border: 5px solid #fbc628;
        width: 156px;
        height: 151px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .icon-img {
        width: 88px;
        height: 88px;
        object-fit: cover;
        object-position: center;
    }

    .vision-box {
        border: 5px solid #fbc628;
        background-color: #FFFFF5;
    }

    .vision-box:hover {
        background-color: #fbc628;
    }

    .vision-box:hover p {
        color: #FFFFF5;
    }

    .vision-box:hover h5 {
        color: #FFFFF5;
    }

    .mission-box {
        border: 5px solid #fbc628;
        background-color: #FFFFF5;
    }

    .mission-box:hover {
        background-color: #fbc628;
    }

    .mission-box:hover p {
        color: #FFFFF5;
    }

    .mission-box:hover h5 {
        color: #FFFFF5;
    }

    .team-card {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        border-radius: 20px;
        overflow: hidden;
        transition: all 0.3s ease;
        border: 3px solid transparent;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /*our team*/
    .hover-yellow {
        transition: border-color 0.3s ease;
    }

    .hover-yellow:hover {
        border: 5px solid #fbc628 !important;
    }

    .team-info-box {
        background-color: #FFFFF5;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .hover-yellow:hover .team-info-box {
        background-color: #fbc628;
        color: #FFFFF5;
    }

    .hover-yellow:hover .team-info-box h6,
    .hover-yellow:hover .team-info-box small {
        color: #FFFFF5;
    }

    /*core values*/
    .why-sec3 {
        background-image: url('/images/about-us/core-value-icons-new/core-values.jpg');
        background-size: cover;
        background-position: center;
        color: #000;
    }

    .contact-feature {
        background-color: #FFFFF5;
        padding: 20px;
        border-radius: 10px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* border: 5px solid #fbc628; */
    }

    .contact-feature:hover {
        background-color: #FCDB5A;
        color: #FFFFF5;
    }

    .contact-feature:hover h3,
    .contact-feature:hover p,
    .contact-feature:hover i {
        color: #FFFCF2;
    }

    /*mildstone*/

    .contact-feature-1 {
        background-color: #d2d0d0;
        padding: 0px;
        border-radius: 13px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: 5px solid #fbc628;
        width: 277px;
    }


    .box-title {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .box-icon i {
        font-size: 24px;
        color: #333;
    }

    .box-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFF5;
        /* transition: background 0.3s; */
    }

    .title-area h2 {
        font-weight: bold;
        font-size: 2rem;
    }

    /* Extra space between two columns on large screens */
    @media (min-width: 992px) {
        .col-lg-6:first-child {
            padding-right: 40px;
        }

        .col-lg-6:last-child {
            padding-left: 40px;
        }
    }

    /* Responsive font size */
    @media (max-width: 576px) {
        .box-title {
            font-size: 1rem;
        }

        .box-icon {
            width: 40px;
            height: 40px;
        }

        .box-icon i {
            font-size: 18px;
        }
    }

    @media (max-width: 991px) {
        .about-icon {
            position: relative;
            left: 0;
            top: 0;
            transform: none;
            margin: 0 auto 20px;
            width: 120px;
            height: 120px;
        }

        .icon-img {
            width: 70px;
            height: 70px;
        }
    }


    /* mildstone */

    @media (max-width: 768px) {
        .custom-width {
            width: 80%;
            max-width: 300px;
        }
    }

    @media (max-width: 480px) {
        .custom-width {
            width: 90%;
            max-width: 250px;
        }
    }

    .custom-width {
        width: 60%;
        max-width: 287px;
        margin: 0 auto;
    }


    /* Desktop specific margin */
    @media (min-width: 992px) {
        .custom-width {
            margin-left: 289px;
        }
    }

    /* Mobile / Tablet */
    @media (max-width: 991px) {
        .custom-width {
            margin-left: auto;
            margin-right: 127px;
            width: 276px;
        }
    }