/* tablet */
@media (min-width: 768px) and (max-width: 1023.98px) {

    h1{
        font-size: 1.5rem   !important;
    }

    .container-fluid{
        padding-right: 3.25rem !important;
        padding-left: 3.25em !important;
    }

    .res-reset {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

}


