@media only screen and (max-width: 1199px) {
    /*PRODUCTS*/
    .product-wrapper{
        width: 33%;
    }
}

@media only screen and (max-width: 991px) {
    /*WIZARd*/
    .wizard-wrapper {
        margin-left: -25px;
        width: 115%;
    }
    
    .wizard-progress .step-name{
        font-size: 12px;
    }
    
    .wizard-progress li:first-of-type .step-num::after {
       left: 59%;
       width: 130%;
    }
    
    .wizard-6-steps .step-num::after{
        left: 60%;
    }
    
    .wizard-progress .step-num::after{
        width: 130%;
    }
    
    /*PRODUCTS*/
    #side-card{
        width: 70%;
    }
    /*CASES*/
    #cases-row .col-lg-4:nth-child(3n+1) .case-wrapper {
        margin-right: 0rem;
        margin-left: 0rem;
    }

    #cases-row .col-lg-4:nth-child(3n) .case-wrapper {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}
