.rz-prezzobase-container {
    padding: 15px 0px 15px 0px;
}

#rz-prezzobase-inner-container {
    display: flex;
}

.rz_prezzo_testo_prima {
    color: #00405F;
    font-weight: 300;
    font-size: 14px;
    text-decoration: unset !important;
    margin-right: 5px;
}
.rz_prezzobase_01 {
    color: #00405F;
    font-size: 1vw;
    font-weight: 900;
    text-align: center;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
/** MOBILE **/
@media only screen and (max-width: 767px) {
    .rz_prezzobase_01 {
        font-size: 16px;
    }
}
/** TABLET PORTRAIT **/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .rz_prezzobase_01 {
        font-size: 3vw;
    }
}