.offers{
    
}
.offers>h1{
    color: #3a74ba;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 40px;
}
.offer{
    display: block;
}
.offer img{
    width: 100%;
}
.offer .e-block{
    position: absolute;
    bottom: 10%;
}
.offer.left-btn .e-block{
    left: 6%;
}
.offer.right-btn .e-block{
    right: 6%;
}
.o-p-inner-bottom{
    margin-top: 30px;
}
.offers.c-free-page .c-text img{
    max-width: 100% !important;
    height: auto !important;
}
@media screen and (max-width: 639px) {
    .offer.left-btn .e-block,
    .offer.right-btn .e-block{
        font-size: 12px;
        height: 26px;
        line-height: 24px;
        bottom: 20%;
    }
    .offers>h1{
        font-size: 44px;
        margin-bottom: 20px;
    }
    .o-p-inner-bottom{
        margin-top: 15px;
    }
    .o-p-inner-bottom .e-block:first-child{
        margin-bottom: 10px;
    }
}