@charset "UTF-8";

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .w50per {
    width: 100% !important;
  }
}
