
.meet-the-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;
}

.meet-the-team-page .page-content {
    padding-top: 50px;
}

@media (min-width: 800px) {
    .meet-the-team-page .page-content {
        padding-top: 100px;
    }
}

.meet-the-team-page .page-content .meet-us-section {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 800px) {
    .meet-the-team-page .page-content .meet-us-section {
        padding: 0 50px;
    }
}

.meet-the-team-page .page-content .meet-us-section .sec-title {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
}

@media (min-width: 800px) {
    .meet-the-team-page .page-content .meet-us-section .sec-title {
        text-align: start;
    }
}

.meet-the-team-page .page-content .meet-us-section .sec-info {
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 30px;
}

.meet-the-team-page .page-content .meet-us-section .img-w {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.meet-the-team-page .page-content .meet-us-section .img-w .img {
    max-width: 550px;
    width: 100%;
    height: auto;
}

.meet-the-team-page .page-content .our-team-section {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 800px) {
    .meet-the-team-page .page-content .our-team-section {
        padding: 0 50px;
    }
}

.meet-the-team-page .page-content .our-team-section .sec-title {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
}

@media (min-width: 800px) {
    .meet-the-team-page .page-content .our-team-section .sec-title {
        text-align: start;
    }
}

.meet-the-team-page .page-content .our-team-section .sec-info {
    font-size: 17px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 30px;
}

.meet-the-team-page .page-content .our-team-section {
    margin-top: 60px;
}

.meet-the-team-page .page-content .article-section {
    position: relative;
}

@media (min-width: 800px) {
    .meet-the-team-page .page-content .article-section {
        margin-top: 68px;
    }
}

.meet-the-team-page .page-content .article-section .article-wrapper {
    max-width: 1128px;
    margin: 0 auto;
    padding: 20px;
}

@media (min-width: 800px) {
    .meet-the-team-page .page-content .article-section .article-wrapper {
        padding: 30px 50px;
    }
}

.meet-the-team-page .page-content .article-section .article-wrapper .section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 41.81px;
}

@media (max-width: 800px) {
    .meet-the-team-page .page-content .article-section .article-wrapper .section-title {
        font-size: 32px;
        line-height: unset;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .meet-the-team-page .page-content .article-section .article-wrapper .pagination-wrapper {
        margin: 0;
        margin-top: 20px;
    }

    .meet-the-team-page .page-content .article-section .article-wrapper .pagination-wrapper .article-swiper {
        margin: 10px;
    }
}

.meet-the-team-page .page-content .register-section {
    margin-top: 20px;
}

.meet-the-team-page .page-content .register-section .section-content {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 50px;
}

@media (min-width: 800px) {
    .meet-the-team-page .page-content .register-section .section-content {
        padding: 0 50px;
    }
}

.meet-the-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) {
    .meet-the-team-page .page-content .register-section .section-content .content-card {
        padding: 30px;
    }
}

.meet-the-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) {
    .meet-the-team-page .page-content .register-section .section-content .content-card .sec-title {
        line-height: 50px;
        font-size: 43px;
        text-align: left;
    }
}

.meet-the-team-page .page-content .register-section .section-content .content-card .search-btn {
    width: 100%;
}

@media (min-width: 800px) {
    .meet-the-team-page .page-content .register-section .section-content .content-card .search-btn {
        max-width: 312px;
    }
}
