.page-content .about-nav a {
    text-decoration: none;
}

.about-left .elementor-button-content-wrapper {
    justify-content: start;
    align-items: center;
}

.about-left .elementor-element .elementor-button {
    width: 100%;
    text-align: left;
    display: block;
}

.about-left .elementor-button-icon .e-font-icon-svg path {
    fill: #008CA7;
}

.about-left .elementor-button-icon .e-font-icon-svg {
    height: 30px;
    width: 30px;
}

body.open-popup{
    overflow: hidden;
}

div#team-member-popup .loading-indicator {
    text-align: center;
    position: relative;
    padding: 20px;
    margin: 5% auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

div#team-member-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    z-index: 9999;
    overflow-y: auto;
}

div#team-member-popup button.popup-close {
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 20px;
    background: transparent;
}

div#team-member-popup button.popup-back {
    margin-top: 30px;
    min-height: 55px;
    padding: 0 30px;
}

div#team-member-popup .popup-inner {
    position: relative;
    padding: 20px;
    background: #fff;
    margin: 5% auto;
    width: 100%;
    max-width: 840px;
}

div#team-member-popup .profile {
    display: flex;
    align-items: center;
    column-gap: 48px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
    row-gap: 26px;
}

div#team-member-popup .text-info h2 {
    color: #008CA7;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-decoration: none;
    line-height: 1.2;
}

div#team-member-popup .text-info p {
    font-size: 20px;
    color: #999;
    line-height: 1.612;
    font-weight: 300;
}

div#team-member-popup .description p {
    color: #6A6D73;
    line-height: 1.612;
    font-weight: 300;
    margin-bottom: 24px;
    font-size: 20px;
}

div#team-member-popup .popup-close{
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    background: none;
    opacity: 1;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

div#team-member-popup .popup-close span:first-child {
    transform: translateY(0px) rotate(-45deg);
}

div#team-member-popup .popup-close:hover span {
    background: #008CA7;
}

div#team-member-popup .popup-close span:last-child {
    transform: rotate(45deg);
}

div#team-member-popup .popup-close span{
    background: #6A6D73;
    width: 40px;
    height: 1px;
    display: block;
    margin-top: -1px;
    margin-left: 0px;
    transition: all 0.3s ease-in-out;
}

div#team-member-popup span.loading {
    color: #CCC;
    font-weight: 300;
}

.block-the-team {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 60px;
}

.block-the-team .info h3.name {
    text-decoration: none;
    color: #008CA7;
    margin-bottom: 0;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 5px;
}

.block-the-team .info{
    line-height: 1.2em;
}

.block-the-team .member-box a.team-member-link {
    text-decoration: none;
    transition: all 0.5s;
}

.block-the-team .member-box a.team-member-link:hover h3 {
    color: #00B36F;
}

.block-the-team span.job-position {
    margin: 0;
    font-size: 16px;
    color: #999;
    font-weight: 300;
}

.block-the-team .avatar img {
    max-width: 100%;
    width: 100%;
    filter: grayscale(1);
    transition: 0.3s ease;
    height: 100%;
    display: block;
    object-fit: cover;
}

.block-the-team .member-box a.team-member-link:hover .avatar img {
    filter: grayscale(0);
}

.block-the-team .member-box {
    display: block;
    width: calc((100% / 4) - 24px);
}

.popup-inner .photo {
    width: 46.42857%;
    margin-bottom: 0;
}

.popup-inner .text-info {
    width: 46.42857%;
}

@media screen and (max-width: 1024px) {
    .block-the-team .member-box {
        display: block;
        width: calc((100% / 3) - 24px);
    }

    div#team-member-popup .popup-inner {
        margin: 20% auto;
    }
}

@media screen and (max-width: 767px) {
    .block-the-team .member-box {
        display: block;
        width: calc((100% / 2) - 24px);
    }

    .popup-inner .photo {
        width: 100%;
    }

    .popup-inner .text-info {
        width: 100%;
    }

    div#team-member-popup .text-info h2 {
        font-size: 24px;
    }

    div#team-member-popup .profile {
        margin-bottom: 30px;
    }

    div#team-member-popup .popup-inner {
        margin: 30% auto;
    }
    
}

@media screen and (max-width: 375px) {
    .block-the-team .member-box {
        display: block;
        width: 100%;
    }
}