@media screen and (max-width: 749px) {
  .banner__buttons .button {
    transform: scale(0.5);
    transform-origin: center;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.8rem !important; 
  }
}

