/* OVERALL */
* {
    font-family: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 
::-webkit-scrollbar {
    display: none;
} */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    scroll-behavior: smooth;
}

body {
    margin: auto;
    color: #F6F5F2;
}

.about-hero {
    background: url('../images/About/hero\ section.png') no-repeat;
    background-size: cover;
    background-position: 60% center;
    height: 85vh;
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    top: 16px;

}

.about-bg {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    top: 24%;
}

.about-bg h2 {
    font-size: 3.5rem;
    font-weight: 400;
    max-width: 900px;
    text-align: center;
}

.about-bg h5 {
    font-size: 16px;
    font-weight: 600;
    max-width: 900px;
    text-align: center;
}

/* Who and why content */
.about-sec {
    display: flex;
    gap: 0px;
    background-color: #F6F5F2;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -19px;
}

.who-we-are,
.why-us {
    width: 48%;
    margin-bottom: 30px;
    padding: 20px;
}

.who-we-are h2,
.why-us h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.who-we-are p,
.why-us p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.who-we-are img,
.why-us img {
    width: 100%;
    height: auto;
}



.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.about-card {
    display: flex;
    flex-direction: column;
    max-width: 496px;
}

.sub-heading {
    font-size: 18px;
    letter-spacing: 12px;
    color: #e53935;
    font-weight: 500;
}

.main-heading {
    font-family: "Aclonica", sans-serif;
    font-size: 60px;
    font-weight: 800;
    color: #333;
    padding-top: 20px;
}

.about-text {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.about-image {
    overflow: hidden;
}

.about-image img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

/*  team section */
.team-section {
    background: url(../images/About/Background.png) no-repeat;
    background-size: cover;
    background-position: 60% center;
    height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    padding: 152px 0px 0px 270px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    position: relative;
    top: -19px;
}

.team-header {
    text-align: left;
    max-width: 800px;
}

.team-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-header p {
    font-size: 16px;
    color: #F6F5F2;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 39px;
}

.team-card {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    /* flex: 1 1 calc(50% - 39px); */
    box-sizing: border-box;
    max-width: 37%;
}

.team-card img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    margin-right: 15px;
}

.team-info {
    color: #333;
}

.team-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}

.team-info .role {
    font-size: 14px;
    font-weight: 600;
    color: #EA4335;
    display: block;
    margin-bottom: 8px;
}

.team-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/*  Milestones */
.milestones-section {
    padding: 6% 9%;
    background-color: white;
}

.milestones-section h2 {
    font-size: 28px;
    margin-bottom: 50px;
    color: #5d4448;
}

.milestones-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.timeline {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    position: relative;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: 2px dashed #ccc;
    z-index: 0;
}

.milestone {
    text-align: center;
    position: relative;
    z-index: 1;
}

.year {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    color: #5d4448;
}

.dot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #f25c54;
    border: 4px solid #ccc;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.milestone p {
    font-size: 14px;
    color: #5d4448;
    margin: 5px 0;
}

.additional {
    min-width: 220px;
    text-align: left;
}

.additional h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #5d4448;
}

.additional ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.additional li {
    font-size: 14px;
    color: #5d4448;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

/*  What sets us apart */
.what-sets-us-apart {
    padding: 60px 20px;
    font-family: 'Inter', sans-serif;
    background-color: #F6F5F2;
}

.what-sets-us-apart .ab-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.what-sets-us-apart .ab-h2 {
    font-size: 2.5rem;
    font-weight: 700;
    padding-bottom: 20px;
    color: black;
}

.what-sets-us-apart .ab-subheading {
    color: #676767;
    font-size: 14px;
    max-width: 46%;
    padding: 0 auto 40px;
    line-height: 1.6;
}

.ab-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.ab-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    width: 20%;
    text-align: left;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: all 0.3s ease;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ab-card:hover {
    transform: translateY(-5px);
}

.number-badge {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e1b4b;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #eee;
    border-radius: 53%;
    padding: 5px 18px;
    max-width: 16%;
    height: 13%;
}

.badge-1 {
    background-color: #f0effe;
}

.badge-2 {
    background-color: #fdecec;
}

.badge-3 {
    background-color: #fef6ea;
}

.ab-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #071440;
    margin-bottom: 10px;
}

.ab-card p {
    font-size: 0.95rem;
    color: #676767;
    margin-bottom: 20px;
}

.learn-more {
    font-weight: 600;
    font-size: 0.9rem;
    color: #071440;
    text-decoration: none;
}

.learn-more:hover {
    text-decoration: underline;
}






















/* Responsive */
@media (max-width: 900px) {
    .about-container {
        grid-template-columns: 1fr;
    }

    .milestones-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .timeline {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }

    .additional {
        min-width: unset;
        text-align: center;
    }

    .what-sets-us-apart .ab-h2 {
        font-size: 1.5rem;
        font-weight: 700;
        padding-bottom: 20px;
        color: black;
    }

    .what-sets-us-apart .ab-subheading {
        color: #676767;
        font-size: 14px;
        max-width: 100%;
        padding: 0 auto 40px;
        line-height: 1.6;
    }
}

@media (max-width:425px) {
    .about-bg h5 {
        font-size: 12px;
        font-weight: 500;
        max-width: 320px;
        text-align: center;
    }

    .about-bg h2 {
        font-size: 1.5rem;
        font-weight: 400;
        max-width: 320px;
        text-align: center;
    }

    .about-bg {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        top: 24%;
    }

    .about-card {
        display: flex;
        flex-direction: column;
        max-width: 496px;
        padding: 10px;
    }

    .sub-heading {
        font-size: 12px;
        letter-spacing: 12px;
        color: #e53935;
        font-weight: 500;
    }

    .main-heading {
        font-family: "Aclonica", sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: #333;
        padding-top: 10px;
    }

    .team-section {
        background: url(../images/About/Background.png) no-repeat;
        background-size: cover;
        background-position: 60% center;
        height: 85vh;
        max-width: 100vw;
        overflow: hidden;
        padding: 74px 0px 0px 6px;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .team-header h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .team-header p {
        font-size: 14px;
        color: #F6F5F2;
    }

    .team-card {
        background: #fff;
        display: flex;
        align-items: center;
        border-radius: 15px;
        overflow: hidden;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        /* flex: 1 1 calc(50% - 39px); */
        box-sizing: border-box;
        max-width: 100%;
        flex-direction: row;
    }

    .team-card img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .team-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .team-info h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .team-info .role {
        font-size: 12px;
        font-weight: 600;
        color: #EA4335;
        display: block;
        margin-bottom: 8px;
    }

    .team-info p {
        font-size: 11px;
        color: #666;
        line-height: 1.5;
    }

    .timeline::before {
        display: none;
    }

    .ab-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 30px;
        width: 90%;
        text-align: left;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

}

@media (min-width:426px) and (max-width:480px) {
    .about-bg h5 {
        font-size: 14px;
        font-weight: 500;
        max-width: 370px;
        text-align: center;
    }

    .about-bg h2 {
        font-size: 2rem;
        font-weight: 400;
        max-width: 370px;
        text-align: center;
    }

    .about-bg {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        top: 24%;
    }

    .about-card {
        display: flex;
        flex-direction: column;
        max-width: 496px;
        padding: 10px;
    }

    .sub-heading {
        font-size: 14px;
        letter-spacing: 12px;
        color: #e53935;
        font-weight: 500;
    }

    .main-heading {
        font-family: "Aclonica", sans-serif;
        font-size: 32px;
        font-weight: 800;
        color: #333;
        padding-top: 10px;
    }

    .team-section {
        background: url(../images/About/Background.png) no-repeat;
        background-size: cover;
        background-position: 60% center;
        height: 90vh;
        max-width: 100vw;
        overflow: hidden;
        padding: 90px 0px 0px 6px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .team-header h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .team-header p {
        font-size: 14px;
        color: #F6F5F2;
    }

    .team-card {
        background: #fff;
        display: flex;
        align-items: center;
        border-radius: 15px;
        overflow: hidden;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        /* flex: 1 1 calc(50% - 39px); */
        box-sizing: border-box;
        max-width: 100%;
        flex-direction: row;
    }

    .team-card img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .team-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .team-info h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .team-info .role {
        font-size: 12px;
        font-weight: 600;
        color: #EA4335;
        display: block;
        margin-bottom: 8px;
    }

    .team-info p {
        font-size: 13px;
        color: #666;
        line-height: 1.5;
    }

    .timeline::before {
        display: none;
    }

    .ab-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 30px;
        width: 90%;
        text-align: left;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}

@media (min-width:481px) and (max-width:600px) {

    .about-bg h5 {
        font-size: 15px;
        font-weight: 500;
        max-width: 400px;
        text-align: center;
    }

    .about-bg h2 {
        font-size: 2rem;
        font-weight: 400;
        max-width: 400px;
        text-align: center;
    }

    .about-bg {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        top: 24%;
    }

    .about-card {
        display: flex;
        flex-direction: column;
        max-width: 496px;
        padding: 10px;
    }

    .sub-heading {
        font-size: 16px;
        letter-spacing: 12px;
        color: #e53935;
        font-weight: 500;
    }

    .main-heading {
        font-family: "Aclonica", sans-serif;
        font-size: 36px;
        font-weight: 800;
        color: #333;
        padding-top: 10px;
    }

    .team-section {
        background: url(../images/About/Background.png) no-repeat;
        background-size: cover;
        background-position: 60% center;
        height: 85vh;
        max-width: 100vw;
        overflow: hidden;
        padding: 90px 0px 0px 6px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .team-header h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .team-header p {
        font-size: 14px;
        color: #F6F5F2;
    }

    .team-card {
        background: #fff;
        display: flex;
        align-items: center;
        border-radius: 15px;
        overflow: hidden;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        /* flex: 1 1 calc(50% - 39px); */
        box-sizing: border-box;
        max-width: 90%;
        flex-direction: row;
    }

    .team-card img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .team-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .team-info h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .team-info .role {
        font-size: 12px;
        font-weight: 600;
        color: #EA4335;
        display: block;
        margin-bottom: 8px;
    }

    .team-info p {
        font-size: 13px;
        color: #666;
        line-height: 1.5;
    }

    .timeline::before {
        display: none;
    }

    .ab-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 30px;
        width: 60%;
        text-align: left;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}

@media (min-width:601px) and (max-width:900px) {
    .about-bg h5 {
        font-size: 16px;
        font-weight: 500;
        max-width: 560px;
        text-align: center;
    }

    .about-bg h2 {
        font-size: 2.5rem;
        font-weight: 400;
        max-width: 570px;
        text-align: center;
    }

    .about-bg {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        top: 24%;
    }

    .about-card {
        display: flex;
        flex-direction: column;
        max-width: 496px;
    }

    .sub-heading {
        font-size: 18px;
        letter-spacing: 12px;
        color: #e53935;
        font-weight: 500;
    }

    .main-heading {
        font-family: "Aclonica", sans-serif;
        font-size: 40px;
        font-weight: 800;
        color: #333;
        padding-top: 10px;
    }

    .team-section {
        background: url(../images/About/Background.png) no-repeat;
        background-size: cover;
        background-position: 60% center;
        height: 85vh;
        max-width: 100vw;
        overflow: hidden;
        padding: 154px 0px 0px 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .team-header h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .team-header p {
        font-size: 14px;
        color: #F6F5F2;
    }

    .team-card {
        background: #fff;
        display: flex;
        align-items: center;
        border-radius: 15px;
        overflow: hidden;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        /* flex: 1 1 calc(50% - 39px); */
        box-sizing: border-box;
        max-width: 49%;
        flex-direction: row;
    }

    .team-card img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .team-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .team-info h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .team-info .role {
        font-size: 12px;
        font-weight: 600;
        color: #EA4335;
        display: block;
        margin-bottom: 8px;
    }

    .team-info p {
        font-size: 13px;
        color: #666;
        line-height: 1.5;
    }

    .timeline::before {
        display: none;
    }

    .ab-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 30px;
        width: 60%;
        text-align: left;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}

@media (min-width:901px) and (max-width:1024px) {
    .about-bg h5 {
        font-size: 16px;
        font-weight: 500;
        max-width: 560px;
        text-align: center;
    }

    .about-bg h2 {
        font-size: 2.5rem;
        font-weight: 400;
        max-width: 570px;
        text-align: center;
    }

    .about-bg {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        top: 24%;
    }

    .about-card {
        display: flex;
        flex-direction: column;
        max-width: 496px;
        padding: 10px;
    }

    .sub-heading {
        font-size: 20px;
        letter-spacing: 12px;
        color: #e53935;
        font-weight: 500;
    }

    .main-heading {
        font-family: "Aclonica", sans-serif;
        font-size: 40px;
        font-weight: 800;
        color: #333;
        padding-top: 10px;
    }

    .team-section {
        background: url(../images/About/Background.png) no-repeat;
        background-size: cover;
        background-position: 60% center;
        height: 90vh;
        max-width: 100vw;
        overflow: hidden;
        padding: 154px 0px 0px 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .team-header h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .team-header p {
        font-size: 14px;
        color: #F6F5F2;
    }

    .team-card {
        background: #fff;
        display: flex;
        align-items: center;
        border-radius: 15px;
        overflow: hidden;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        /* flex: 1 1 calc(50% - 39px); */
        box-sizing: border-box;
        max-width: 49%;
        flex-direction: row;
    }

    .team-card img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .team-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .team-info h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .team-info .role {
        font-size: 12px;
        font-weight: 600;
        color: #EA4335;
        display: block;
        margin-bottom: 8px;
    }

    .team-info p {
        font-size: 13px;
        color: #666;
        line-height: 1.5;
    }

    .ab-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 30px;
        width: 31%;
        text-align: left;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .what-sets-us-apart .ab-subheading {
        color: #676767;
        font-size: 14px;
        max-width: 100%;
        padding: 0 auto 40px;
        line-height: 1.6;
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .about-bg h5 {
        font-size: 16px;
        font-weight: 500;
        max-width: 560px;
        text-align: center;
    }

    .about-bg h2 {
        font-size: 2.5rem;
        font-weight: 400;
        max-width: 570px;
        text-align: center;
    }

    .about-bg {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        top: 24%;
    }

    .team-section {
        background: url(../images/About/Background.png) no-repeat;
        background-size: cover;
        background-position: 60% center;
        height: 85vh;
        max-width: 100vw;
        overflow: hidden;
        padding: 154px 0px 0px 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .team-header h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .team-header p {
        font-size: 14px;
        color: #F6F5F2;
    }

    .team-card {
        background: #fff;
        display: flex;
        align-items: center;
        border-radius: 15px;
        overflow: hidden;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        /* flex: 1 1 calc(50% - 39px); */
        box-sizing: border-box;
        max-width: 49%;
        flex-direction: row;
    }

    .team-card img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .team-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .team-info h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .team-info .role {
        font-size: 12px;
        font-weight: 600;
        color: #EA4335;
        display: block;
        margin-bottom: 8px;
    }

    .team-info p {
        font-size: 13px;
        color: #666;
        line-height: 1.5;
    }

    .ab-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 30px;
        width: 31%;
        text-align: left;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}

@media (min-width:1281px) and (max-width:1440px) {
    .about-bg h5 {
        font-size: 16px;
        font-weight: 500;
        max-width: 560px;
        text-align: center;
    }

    .about-bg h2 {
        font-size: 2.5rem;
        font-weight: 400;
        max-width: 570px;
        text-align: center;
    }

    .about-bg {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        top: 24%;
    }

    .team-section {
        background: url(../images/About/Background.png) no-repeat;
        background-size: cover;
        background-position: 60% center;
        height: 85vh;
        max-width: 100vw;
        overflow: hidden;
        padding: 154px 0px 0px 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .team-header h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .team-header p {
        font-size: 14px;
        color: #F6F5F2;
    }

    .team-card {
        background: #fff;
        display: flex;
        align-items: center;
        border-radius: 15px;
        overflow: hidden;
        padding: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        /* flex: 1 1 calc(50% - 39px); */
        box-sizing: border-box;
        max-width: 40%;
        flex-direction: row;
    }

    .team-card img {
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .team-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 22px;
    }

    .team-info h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .team-info .role {
        font-size: 12px;
        font-weight: 600;
        color: #EA4335;
        display: block;
        margin-bottom: 8px;
    }

    .team-info p {
        font-size: 13px;
        color: #666;
        line-height: 1.5;
    }

    .ab-card {
        background-color: #fff;
        border-radius: 12px;
        padding: 30px;
        width: 31%;
        text-align: left;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
        transition: all 0.3s ease;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}