@charset "utf-8";
/* CSS Document */

.offerta-responsive {
    width: 100%;
    overflow-x: auto;
}

.offerta-responsive table {
    width: 100%;
    min-width: 320px;
}

@media screen and (max-width: 768px) {

    .offerta-responsive table,
    .offerta-responsive tbody,
    .offerta-responsive tr,
    .offerta-responsive td {
        display: block;
        width: 100% !important;
    }

    .offerta-responsive td {
        text-align: center;
        padding: 10px 0;
    }

    .offerta-responsive img {
        max-width: 100%;
        height: auto;
    }

    .offerta-responsive h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .offerta-responsive h2 {
        font-size: 22px;
    }

}