/* BANNER */
.page-banner-content {
    max-width: 410px;
    padding: 30px 0;
}

.page-banner-content h2.section-title {
    margin-bottom: 25px;
}

.page-banner-content h2.section-title,
.page-banner-content h3.section-title {
    font-weight: 700;
}

.page-banner-content p.section-content {
    font-size: 21px;
    font-weight: 500;
}

.page-banner-content small {
    margin-top: 15px;
    display: block;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
}

/* CLIENT */
.client-section {
    min-height: 500px;
    position: relative;
    width: 100%;
}

.client-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.client-section * {
    position: relative;
    z-index: 10;
    color: var(--white);
}

.client-section p.section-content {
    max-width: 650px;
}

/* JOBS */
.page-jobs .fluid-container > * {
    max-width: 48%;
    width: 100%;
}

.page-jobs .job-header {
    margin-top: 20px;
}

.page-jobs .job-header h2.section-title {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 20px;
}

.page-jobs .job-header a.btn span {
    font-weight: 600;
    font-size: 16px;
}

.page-jobs .job-header a.btn.btn-arrow:after {
    font-weight: 800;
}

.page-jobs .job-content {
    margin: 35px auto 0;
    width: 100%;
    border-left: var(--border-default);
    padding: 0 40px;
}

.page-jobs .job-content-title {
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 15px;
}

.page-jobs .job-content-title img {
    max-width: 15px;
}

.page-jobs .job-content-title h6 {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

.page-jobs .job-content ul li:not(:first-child) {
    margin-top: 13px;
}

.page-jobs .job-content ul li span {
    font-weight: 300;
}

.page-jobs .btn-show-job {
    border-bottom: 1px solid var(--ebony);
    padding: 2px 10px;
    margin-top: 15px;
    align-items: center;
    display: none;
}

.page-jobs .btn-show-job span:first-child {
    font-size: 12px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1200px) {
    .page-jobs .job-content {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1100px) {
    .page-jobs .job-header h2.section-title {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 991px) {
    .page-banner-content h2.section-title {
        font-size: 26px !important;
    }

    .page-banner-content p.section-content {
        font-size: 16px !important;
    }

    .client-section {
        min-height: 300px;
    }

    .page-jobs .job-content {
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .page-banner-content {
        max-width: 550px;
    }

    .page-banner-content + div img {
        border-radius: 10px;
        box-shadow: 0 5px 12px -5px rgba(0, 0, 0, .1);
        border: 1px solid #e5e5e5;
    }

    .page-jobs .fluid-container {
        flex-direction: column;
        align-items: center;
    }

    .page-jobs .fluid-container .page-job-item:last-child {
        margin-top: 50px;
    }

    .page-jobs .page-job-item {
        max-width: 500px;
    }

    .page-jobs .btn-show-job {
        display: flex;
    }

    .page-jobs .job-content {
        display: none;
        border: 0;
        padding: 0;
    }
}
