.prev-next {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-transform : uppercase;
    margin-bottom: 15px;
}


.oferta {

font-size: calc(115vw / (var(--vwIdth) / 13));
    margin-top: -35px;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px;
border: 1px solid #eeeeee;
color: #777777;
}






@media screen and (max-width: 1023px) {
    .fleft{
        font-size: 13px;
        justify-content: center;
        align-items: center;
        display: flex;
        /*width: 45%;*/
    }
    .fright {
        font-size: 13px;
        justify-content: center;
        align-items: center;
        display: flex;
       /* width: 45%;*/

    }
}