.pre-footer {
    padding: 35px 0 50px 0;
    background-color: #ededed;
}

.pre-footer-firster {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}

.pre-footer-firster span {
    font-weight: 800;
}

.pre-footer-seconder {
    margin: 16px 0 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.header-s {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.header-body {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 30px;
    max-width: 330px;
    color: #232121;
}

.header-sImages {
    margin: 30px 0 0 0;
}

.header-sImages.opla {
    margin: 30px 0 0 0;
}

.header-sImages img {
    margin: 0 30px 0 0;
}

.oferta {
    font-size: 16px;
    margin: 10px 0;
}
.oferta a {
    color: black;
    text-decoration: underline;
}
.oferta a:hover {
    text-decoration: none;
}





/* ==========================================================================
   Media Queries
   ===================================== ONE ============================== */
@media (min-width: 320px) and (max-width: 479px) {
    .pre-footer {
        padding: 0 20px 30px 20px;
    }
    .col-pre-f {
        text-align: center;
        margin: 20px 0 0 0;
    }
    .header-body {
        margin: 15px auto 0 auto;
        max-width: 600px;
    }
    .header-sImages img {
        margin: 20px 15px 0 15px;
    }
    .header-sImages {
        margin: 0 0 0 0;
    }
    .pre-footer-firster {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .col-pre-f {
        text-align: center;
        margin: 30px 0 0 0;
    }
    .header-body {
        margin: 15px auto 0 auto;
        max-width: 600px;
    }
}

@media (min-width: 768px)  and (max-width: 979px) {
    .pre-footer-firster {
        margin: 0 0 20px 0;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

}
