@media all and (min-width: 1024px) and (max-width: 1280px) { }

@media all and (min-width: 768px) and (max-width: 1024px) {
    .surcharge{
        font-size: 13px !important;
        margin-top: 2px !important;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .surcharge{
        font-size: 13px !important;
        margin-top: 2px !important;
    }
}

@media all and (max-width: 480px) {
    .surcharge{
        font-size: 9px !important;
        margin-top: 2px !important;
    }
}

