.section_home-about .home-about_img {
  object-position: center center;
}

.section_home-about .home-about_img.is-mobile {
  display: none;
}

.section_home-about .home-about_img-text {
  text-align: center;
  text-wrap: balance;
  white-space: nowrap;
  padding-inline: 1rem;
}

.footer_brand {
  color: #253770;
  white-space: nowrap;
  text-wrap: nowrap;
  font-size: clamp(5.5rem, 16vw, 15rem);
  line-height: 0.92;
}

@media screen and (max-width: 767px) {
  .section_home-about .home-about_img.is-desktop {
    display: none;
  }

  .section_home-about .home-about_img.is-mobile {
    display: block;
  }

  .section_home-about .home-about_img-text {
    white-space: normal;
    width: min(80vw, 18rem);
    max-width: 18rem;
    font-size: clamp(1.8rem, 8.2vw, 2.7rem);
    line-height: 0.98;
    padding-inline: 0;
  }

  .footer_brand {
    font-size: clamp(4.25rem, 20vw, 7rem);
    line-height: 0.94;
  }
}
