/* =========================================================
   REFUND POLICY TITLES
========================================================= */

/* Main page title */
.policy-page-title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 14px;
    color: #222;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* Title underline */
.policy-title-line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #015E63;
    border-radius: 10px;
    transform: translateX(-50%);
}


/* =========================================================
   POLICY SECTION TITLES
========================================================= */

.form-section-heading {
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}

.form-section-heading span {
    display: inline-block;
    color: #222;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
}


/* =========================================================
   POLICY CONTENT
========================================================= */

.policy-content {
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 400;
}

.policy-content p {
    margin-bottom: 18px;
}

.policy-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   REFUND LIST
========================================================= */

.policy-list {
    margin: 0;
    padding-left: 28px;
    color: #555;
    font-size: 15px;
    line-height: 1.9;
}

.policy-list li {
    margin-bottom: 18px;
    padding-left: 5px;
}

.policy-list li:last-child {
    margin-bottom: 0;
}

.policy-list strong {
    color: #222;
    font-weight: 700;
}


/* =========================================================
   DIVIDER
========================================================= */

.policy-divider {
    margin: 35px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    opacity: 1;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .policy-page-title {
        font-size: 36px;
        font-weight: 800;
        padding-bottom: 12px;
    }

    .policy-title-line {
        width: 65px;
        height: 3px;
    }

    .form-section-heading span {
        font-size: 20px;
        font-weight: 800;
    }

    .policy-content,
    .policy-list {
        font-size: 14px;
        line-height: 1.8;
    }

}
