/* Responsive css */
@media screen and (max-width:1920px) {
}

@media screen and (max-width:1366px) {

}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width:991px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:767px) {
    .qs_card_inner {
        margin: 0px 20px 20px 20px;
    }
}
@media screen and (max-width:600px) {

}

@media screen and (max-width:576px) {

}

@media screen and (max-width:550px) {

}

@media screen and (max-width:500px) {

}

@media screen and (max-width: 480px) {

}

@media screen and (max-width:400px) {

}

@media screen and (max-width:375px) {


}
