/* Our Team Updated Block overrides */


.our-team-updated-block {
    padding: 50px 0px 50px 0px;
    display: flex;
    flex-direction: column;
}

.our-team-updated-block .team-members-wrapper {
    margin: 0 auto;
    padding: 0px;
}

.team-member {
    margin: 15px;
}

.text-align-center {
    text-align: center;
}

.team-members-wrapper {
    display: inline-grid;
    grid-template-columns: 33% 33% 33%;
    justify-content: center;
    padding: 0px 0px 100px 0px;
}

.team-member {
    margin: 0px 15px;
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-member img {
    max-height: 180px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    border: 2px solid #0B3A18;
}

.team-job-title {
    margin: 5px 0px !important;
}

.team-link {
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(11, 58, 24, var(--tw-border-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 0.75rem;
    line-height: 1rem !important;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(11, 58, 24, var(--tw-text-opacity)) !important;
    margin-top: auto;
}

.team-link:hover {
    border-color: #F8992B;
    color: #fff !important;
    background-color: #F8992B;
}

.qualification {
    color: #F8992B;
}

.team-socials-wrapper {
    display: flex;
    justify-content: center;
    height: 40px;
    margin-bottom: 10px;
}

.team-social-link {
    padding: 0px 5px;
}

@media only screen and (max-width: 810px) {
    .team-link {
        padding-left: 5%;
        padding-right: 5%;
    }

    .team-member {
        margin: 0px 15px 50px 0px;
    }
}

@media only screen and (max-width: 500px) {
    .team-members-wrapper {
        display: block;
        justify-content: center;
        padding: 0px 0px 40px 0px;
    }
}