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

  .mob>* {
      padding-top: 2rem !important;
      font-size: 1.25rem !important;
      line-height: 2.8rem !important;
    }

}
