@media (min-width: 992px) and (max-width: 1199.98px) {

    #titulo-h2 {
        display: block;
    }
    
    #titulo-h4 {
        display: none;
    }

    #tit-h2{
        display: block;
    }

    #tit-h4{
        display: none;
    }

    #progressFlow {
        display: flex;
        margin-top: 15px;
    }

    .checkout-panel {
        display: flex;
        flex-direction: column;
        width: calc(100% + 24px);
        min-height: auto;
        margin: auto;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
        border-radius: 10px 10px 0 0 !important;
    }
}