
.desktop {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .mobile {
        display: none !important;
    }

    .desktop {
        display: block !important;
    }
}

#mainImage picture, #mainImage img, #mainImage a {
    width: 100%;
    border: 0;
    display: block;
}

#intro {
    margin: 25px auto 40px;
    display: block;
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif !important;
}

#offers {
    margin: 30px auto;
}

.block-offer {
    margin-bottom: 30px;
    padding: 30px 12px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif !important;
}
@media screen and (min-width: 991px){
    .block-offer {
        min-height: 567px;
    }
}
.block-offer h3 {
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    padding: 0;
    margin: 0 auto 15px;
    text-transform: uppercase;
    text-decoration: underline;
}

.block-offer p {
    font-weight: bold;
}

.block-offer img {
    width: 100%;
    margin: 0 auto 20px;
}
#final {
    display: block;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 30px;
    font-size: 16px;
    font-family: "Titillium Web", sans-serif, Lato, "Helvetica Neue", Helvetica, sans-serif !important;
}

.link-affiliation{

    margin-bottom: 80px;
}
.link-affiliation a{
    text-decoration: none;
font-weight: bold;
    text-align: justify;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Titillium Web",sans-serif,Lato,"Helvetica Neue",Helvetica,sans-serif;
}