/* Mobile banner text size adjustment. */
@media (max-width: 767px) {
  .banner_group .banner_group__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .banner_group .banner_group__description {
    font-size: 16px;
    line-height: 1.45;
  }
}
