/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - START */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - GENERAL - START */

div.notice {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #595959;
    margin: 0 0 55px;
}

div.notice p {
    margin: 0 0 15px;
    text-align: justify;

}

div.notice a {
    color: #a38853;
}

div.notice .page-heading {
    margin: 0 0 30px;
}

div.notice .page-heading h1 {
    font-size: 35px; text-transform: uppercase;
    color: #4f4229;
    margin: 0 0 15px;
}

div.notice .page-heading h2 {
    text-align: center;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    color: #a38853;
    font-size: 25px;
}

div.notice .content h3 {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 18px;
    margin: 0 0 15px;
    text-align: center;
    color: black;
}

/* DESKTOP FIRST - GENERAL - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - MOBILE ONLY - START */

@media only screen and (max-width: 767px) {

    div.notice {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 60px;
    }

    div.notice .page-heading {
        margin: 20px 0;
    }

    div.notice .page-heading h1 {
        font-size: 30px;
        margin: 0;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - END */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */