/* No bottom padding needed, override global rule */
.page-terms .content-area {
    padding-bottom: 0;
    background: #f3f5f8;
}


/* =====================================================
   Page Header Banner
===================================================== */

.terms-page-header {
    background-image: url("../img/testimonials/holten_impex_international.JPG");
    background-position: center 65%;
}


/* =====================================================
   Content
===================================================== */

.page-terms .terms-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 70px 60px;
    box-sizing: border-box;
}

.page-terms .terms-content-inner {
    background: #fdfdfd;
    border-radius: 18px;
    padding: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.page-terms .terms-content-inner h2 {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 750;
    line-height: 1.25;
    color: #1a3f74;
}

.page-terms .terms-section {
    margin-top: 28px;
}

.page-terms .terms-section:first-of-type {
    margin-top: 0;
}

.page-terms .terms-content-inner h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: #a51b25;
    text-transform: uppercase;
}

.page-terms .terms-content-inner p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

.page-terms .terms-content-inner p:last-child {
    margin-bottom: 0;
}


/* =====================================================
   Media Query
===================================================== */

@media (max-width: 899px) {
    .page-terms .terms-content {
        padding: 30px 16px 40px;
    }

    .page-terms .terms-content-inner {
        padding: 26px 18px;
        border-radius: 14px;
    }

    .page-terms .terms-content-inner h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .page-terms .terms-section {
        margin-top: 24px;
    }

    .page-terms .terms-content-inner h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .page-terms .terms-content-inner p {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 1.65;
    }
}
