/* =======================================================================
 * COLORS VARIABLES
 * -----------------------------------------------------------------------
 * Define all the colors used in the website. You can use
 * http://chir.ag/projects/name-that-color/ to generate human readable
 * names for each color.
 * ===================================================================== */
@font-face {
    font-family: 'Messina Bold';
    src: url("../fonts/MessinaSans-Bold.woff2") format("woff2"), url("../fonts/MessinaSans-Bold.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Messina Regular';
    src: url("../fonts/MessinaSans-Regular.woff2") format("woff2"), url("../fonts/MessinaSans-Regular.woff") format("woff");
    font-style: normal;
    font-stretch: normal;
}

/* =======================================================================
 * BREAKPOINTS
 * -----------------------------------------------------------------------
 * Breakpoints are used for responsive design. You can define here
 * the breakpoints required for the design.
 * ===================================================================== */
/* =======================================================================
 * BASE VARIABLES
 * -----------------------------------------------------------------------
 *
 * ===================================================================== */
.single-offer-desc {
    margin-bottom: 150px;
}

.single-offer-desc > * {
    font-family: 'Messina Regular', Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: normal;
    font-size: 14px;
    color: #404041;
}

.single-offer-desc h1 {
    font-family: Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    font-size: 26px;
    color: #dd162b;
    margin-bottom: 15px;
    line-height: 1;
}

.single-offer-desc h2 {
    font-family: Arial, helvetica, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-weight: bold;
    font-size: 14px;
    color: #dd162b;
    margin-bottom: 15px;
    line-height: 1;
}

.single-offer-desc .media {
    margin-bottom: 40px;
}

.single-offer-desc .media .legal {
    font-size: 10px;
    margin-top: 5px;
}

.single-offer-desc .offer-content h1 sup {
    line-height: 0;
    position: relative;
    top: 6px;
    font-size: 26px;
}

.single-offer-desc .offer-content p, .single-offer-desc .offer-content li {
    line-height: 1.3;
    letter-spacing: -0.025em;
}

.single-offer-desc .offer-content p, .single-offer-desc .offer-content ul {
    margin-bottom: 18px;
}

.single-offer-desc .offer-content ul, .single-offer-desc .offer-content ol {
    list-style: initial;
    margin-left: 20px;
}

/*# sourceMappingURL=module.offer.css.map */
