
.leadership-team-page {
    background-image: url("/themes/gatehills/assets/images/home/home-bg-1.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    min-height: 100vh;
}

.leadership-team-page .page-content {
    padding-top: 50px;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content {
        padding-top: 100px;
    }
}

.leadership-team-page .page-content .info-section .info-content {
    max-width: 1128px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 20px;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .info-section .info-content {
        gap: 50px;
        flex-direction: row;
        padding: 0 50px;
        margin-bottom: 50px;
    }
}

.leadership-team-page .page-content .info-section .info-content .grid-w {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    border-bottom: 2px solid var(--black-opacity-4);
    padding-bottom: 40px;
}

.leadership-team-page .page-content .info-section .info-content .grid-w.border-bottom-none {
    border-bottom: none;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .info-section .info-content .grid-w {
        gap: 50px;
        flex-direction: row;
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .leadership-team-page .page-content .info-section .info-content .grid-w .text-w {
        width: 55%;
    }

    .leadership-team-page .page-content .info-section .info-content .grid-w .img-w {
        width: 30%;
    }

    .leadership-team-page .page-content .info-section .info-content .grid-w.img-left {
        flex-direction: row-reverse;
    }
}

.leadership-team-page .page-content .info-section .info-content .grid-w .text-w {
    display: flex;
    flex-direction: column;
}

.leadership-team-page .page-content .info-section .info-content .grid-w .text-w .sec-title {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .info-section .info-content .grid-w .text-w .sec-title {
        text-align: start;
        max-width: 400px;
    }
}

.leadership-team-page .page-content .info-section .info-content .grid-w .text-w .sec-info {
    margin-top: 30px;
    font-size: 17px;
    text-align: justify;
}

.leadership-team-page .page-content .info-section .info-content .grid-w .img-w img {
    max-width: 300px;
    height: auto;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .info-section .info-content .grid-w .img-w img {
        max-width: 377px;
    }
}

.leadership-team-page .page-content .article-section {
    position: relative;
    margin-top: 0;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .article-section {
        margin-top: 68px;
    }
}

.leadership-team-page .page-content .article-section .article-wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 20px;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .article-section .article-wrapper {
        padding: 30px 50px;
    }
}

.leadership-team-page .page-content .article-section .article-wrapper .section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 41.81px;
}

@media (max-width: 800px) {
    .leadership-team-page .page-content .article-section .article-wrapper .section-title {
        font-size: 32px;
        line-height: unset;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .leadership-team-page .page-content .article-section .article-wrapper .pagination-wrapper {
        margin: 0;
        margin-top: 20px;
    }

    .leadership-team-page .page-content .article-section .article-wrapper .pagination-wrapper .article-swiper {
        margin: 10px;
    }
}

.leadership-team-page .page-content .register-section {
    margin-top: 20px;
}

.leadership-team-page .page-content .register-section .section-content {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 50px;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .register-section .section-content {
        padding: 0 50px;
    }
}

.leadership-team-page .page-content .register-section .section-content .content-card {
    border-radius: 14px;
    padding: 20px;
    overflow: hidden;
    background-image: url("/themes/gatehills/assets/images/can-trust-us/register-domain-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .register-section .section-content .content-card {
        padding: 30px;
    }
}

.leadership-team-page .page-content .register-section .section-content .content-card .sec-title {
    font-size: 33px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--black);
    max-width: 490px;
    text-align: center;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .register-section .section-content .content-card .sec-title {
        line-height: 50px;
        font-size: 43px;
        text-align: left;
    }
}

.leadership-team-page .page-content .register-section .section-content .content-card .search-btn {
    width: 100%;
}

@media (min-width: 800px) {
    .leadership-team-page .page-content .register-section .section-content .content-card .search-btn {
        max-width: 312px;
    }
}
