@media only screen and (max-width:1200px) {
.mint {
 display:none !important;
}
.misk {
 flex: 0 0 100% !important;
 max-width: 100%;
 width: 100% !important;
}
}
@media only screen and (max-width:991px) {
.col-md-6 {
 -ms-flex: 0 0 100% !important;
 max-width: 100%;
}
}
 @media only screen and (max-width:767px) {
 .mt-sm-50 {
 margin-top: 90px!important;
}
}
