/* Mobil Screen */
@media (min-width: 200px) and (max-width: 576px) {
   .col-sm-6 {
     flex: 0 0 50%;
     max-width: 50%;
   }
}