/* =========================================================
   TEAM MEMBERS SECTION
========================================================= */

.team_members_section {
    width: 100%;
    padding: 45px 0 25px;
    background: #ffffff;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.team_members_section .team_members_content {
    width: 100%;
    padding-left: 10px;
}

.team_members_section .team_members_content h2 {
    margin: 0 0 28px;

    color: #079ddd;

    font-size: 48px;
    line-height: 1.1;

    font-weight: 500;
}


/* =========================================================
   TEAM MEMBERS LIST
========================================================= */

.team_members_section .team_members_list {
    width: 100%;
}

.team_members_section .team_members_list p {
    margin: 0 0 16px;

    color: #181818;

    font-size: 17px;
    line-height: 1.45;

    font-weight: 400;
}

.team_members_section .team_members_list strong {
    font-weight: 700;
}

.team_members_section .team_members_list span {
    font-weight: 400;
}


/* =========================================================
   SUPPORT TEXT
========================================================= */

.team_members_section .team_support_text {
    margin-top: 58px;
    padding-left: 38px;
}

.team_members_section .team_support_text em {
    color: #222222;

    font-size: 16px;
    line-height: 1.5;

    font-weight: 400;
}


/* =========================================================
   BROCHURE
========================================================= */

.team_members_section .team_brochure {
    width: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
}

.team_members_section .team_brochure_image {
    width: 285px;
    height: 300px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.team_members_section .team_brochure_image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* =========================================================
   BROCHURE BUTTON
========================================================= */

.team_members_section .team_brochure_btn {
    width: 295px;
    height: 75px;

    margin-top: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #000000;

    color: #ffffff;

    border-radius: 6px;

    text-decoration: none;

    font-size: 16px;
    font-weight: 400;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.team_members_section .team_brochure_btn:hover {
    background: #079ddd;

    color: #ffffff;

    transform: translateY(-3px);
}


/* =========================================================
   BOTTOM HEADING
========================================================= */

.team_members_section .team_bottom_heading {
    margin-top: 28px;

    width: 100%;

    text-align: center;
}

.team_members_section .team_bottom_heading h3 {
    margin: 0;

    color: #079ddd;

    font-size: 28px;
    line-height: 1.15;

    font-weight: 600;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (min-width:992px) and (max-width: 1199px) {

    .team_members_section .team_members_content h2 {
        font-size: 38px;
    }

    .team_members_section .team_bottom_heading h3 {
        font-size: 23px;
    }
}

@media (min-width:768px) and (max-width: 991px) {

    .team_members_section {
        padding: 40px 0 30px;
    }

    .team_members_section .team_members_content {
        padding-left: 0;
    }

    .team_members_section .team_members_content h2 {
        font-size: 30px;
    }

    .team_members_section .team_members_list p {
        font-size: 15px;
    }

    .team_members_section .team_support_text {
        margin-top: 45px;
        padding-left: 20px;
    }

    .team_members_section .team_support_text em {
        font-size: 14px;
    }

    .team_members_section .team_brochure_image {
        width: 230px;
        height: 260px;
    }

    .team_members_section .team_brochure_btn {
        width: 230px;
        height: 65px;

        font-size: 14px;
    }

    .team_members_section .team_bottom_heading h3 {
        font-size: 20px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (min-width:481px) and (max-width: 767px) {

    .team_members_section {
        padding: 35px 0 30px;
    }

    .team_members_section .team_members_content {
        margin-bottom: 35px;
    }

    .team_members_section .team_members_content h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .team_members_section .team_members_list p {
        font-size: 14px;
        line-height: 1.5;

        margin-bottom: 14px;
    }

    .team_members_section .team_support_text {
        margin-top: 35px;
        padding-left: 0;
    }

    .team_members_section .team_support_text em {
        font-size: 13px;
    }

    .team_members_section .team_brochure_image {
        width: 260px;
        height: 275px;
    }

    .team_members_section .team_brochure_btn {
        width: 260px;
        height: 65px;

        margin-top: 18px;
    }

    .team_members_section .team_bottom_heading {
        margin-top: 40px;
    }

    .team_members_section .team_bottom_heading h3 {
        font-size: 17px;
        line-height: 1.25;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (min-width:0px) and (max-width: 480px) {

    .team_members_section .team_members_content h2 {
        font-size: 29px;
    }

    .team_members_section .team_members_list p {
        font-size: 13px;
    }

    .team_members_section .team_support_text em {
        font-size: 12px;
    }

    .team_members_section .team_brochure_image {
        width: 230px;
        height: 245px;
    }

    .team_members_section .team_brochure_btn {
        width: 230px;
        height: 60px;

        font-size: 13px;
    }

    .team_members_section .team_bottom_heading h3 {
        font-size: 19px;
    }
}