#about-hero img,
#our-mission img,
#team-members img {
    border-radius: 5px;
    width: 100%;
}

#our-mission {
    padding: 130px 20px 30px 20px;
    margin-top: -100px;
}

#about-hero{
    padding: 50px 15px;
    background: #f1f1f1;
}

#about-hero h1 {
    font-size: 40px !important;
    font-weight: 700;
}

#team-members h2,
#our-mission h2 {
    font-size: 35px !important;
}

.team-member h3 {
    font-size: 26px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.team-member a {
    text-decoration: none;
}

.team-member a p {
    font-weight: 400 !important;
}

.team-member p {
    font-weight: 500 !important;
}

#about-menu a:hover {
    color: #fff!important;
}

#about-menu {
    padding: 10px 10px 15px 10px;
}

#about-menu span {
    font-size: 18px;
}

#team-members  {
    padding: 30px 20px 60px 20px;
}

#about-menu .col-lg-12 {
    padding-right: 80px;
    justify-content: flex-end;
    display: flex;
    gap: 40px;
}

#about-hero .col-lg-7,
#our-mission .col-lg-6 {
    padding: 15px;
}

#about-hero h4,
#our-mission h2,
#team-members h2 {
    margin-bottom: 60px;
}

#about-hero h4 {
    font-size: 22px;
}

/* #about-hero p {
    font-size: 18px!important;
} */
#our-mission button a:hover {
    color: #fff !important;
}

a.text-primary:hover {
    color: #E36D01!important;
}

.text-poppins {
    font-family: 'Poppins'!important;
}

.team-members-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 70px;
    row-gap: 50px;
}

.team-member {
    text-align: center;
    flex: 0 0 calc(28% - 5px) !important;
}

.team-member p {
    margin-bottom: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: left;
    font-size: 18px !important;
}

.team-member img {
    margin-bottom: 20px;
}

.award-logos img {
    width: 100%;
    max-width: 135px;
    object-fit: contain;
    height: 75px;
}

@media screen and (max-width:980px) {
    #team-members h2,
    #our-mission h2  {
        font-size: 25px!important;
    }

    .team-member h3 {
        font-size: 20px !important;
    }

    .team-member p {
        font-size: 16px !important;
    }

    #about-hero img,
    #our-mission img,
    #team-members img {
        margin-bottom: 20px;
    }

    #our-mission {
        padding: 130px 0 0 0;
    }

    #about-hero {
        padding: 30px 0;
    }

    #our-mission .row {
        flex-direction: column-reverse;
    }

    #team-members {
        padding: 0 0 30px 0;
    }

    .team-members-container {
        column-gap: 20px;
        row-gap: 10px;
    }

    #about-hero .col-lg-7,
    #our-mission .col-lg-6 {
        padding: 0 15px;
    }

    #about-hero h4,
    #our-mission h2,
    #team-members h2 {
        margin-bottom: 20px;
    }

    .team-member {
        flex: 0 0 calc(48% - 5px) !important;
    }

    #about-menu .col-lg-12 {
        padding: 0;
        justify-content: space-around;
    }

    #about-hero h1 {
        font-size: 28px !important;
    }
}
