@media (max-width: 767px) {
  .banner-v39 {
    gap: 3rem;
  }
}

.banner-v39__img {
  display: block;
  margin-bottom: 2rem;
}
.banner-v39__img .xo-image {
  height: 100%;
}
.banner-v39__img img {
  height: 100%;
}

.banner-v39__title {
  font-size: clamp(2rem, calc(1.25vw + 1.5rem), 3rem);
  margin-bottom: 0;
}