.module-004area {
    background: #FFFFFF;
    padding: 82px 0 90px;
}

.teasertext-cnt {
    max-width: 824px;
    width: 100%;
    margin: 0 auto;
}

.teasertext-cnt span {
    font-size: 18px;
    font-weight: 300;
    color: #E8644D;
}

/*.teasertext-cnt h2 {*/
/*    font-size: 36px;*/
/*    font-weight: 800;*/
/*    color: #000000;*/
/*    margin: 7px 0 25px; */
/*}   */

.teasertext-cnt .headline004 {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin: 7px 0 25px;
    text-transform: none;
}

.teasertext-cnt p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 40px;
}

.teasertext_btn a {
    font-size: 12px;
    font-weight: 800;
    color: #E8644D;
    background: transparent;
    border: 2px solid #E8644D;
    display: inline-block;
    padding: 12px 62px;
    transition: 0.2s all ease;
}

.teasertext_btn a:hover {
    background: #E8644D;
    color: #FFF;
}


/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

    .module-004area {
        padding: 60px 0;
    }

    /*.teasertext-cnt h2 {*/
    /*    font-size: 30px;*/
    /*}*/

    .teasertext-cnt .headline004 {
        font-size: 30px;
    }

}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {

    .module-004area {
        padding: 55px 0;
    }

    .teasertext-cnt span {
        font-size: 16px;
    }

    /*.teasertext-cnt h2 {*/
    /*    font-size: 25px;*/
    /*}*/

    .teasertext-cnt headline004 {
        font-size: 25px;
    }

    .teasertext-cnt p {
        font-size: 13.5px;
    }

    .teasertext_btn a {
        margin-right: 12px;
    }

}


