.min-width-200{
    min-width: 200px;
}



.full-width{
    width: 100%;
}



@media all and (min-width: 576px){
    .max-width-530{
        max-width: 530px;
    }
}

@media all and (max-width: 575.98px){
    .w-sm-90{
        width: 90%!important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .w-sm-50{
        width: 50%!important;
    }
}

@media all and (min-width: 992px) {
    .w-lg-50 {
        width: 50%!important;
    }

    .w-sm-50{
        width: 50%!important;
    }
}