.sc-e65d06a4-0.isyHVt {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.sc-e65d06a4-0.isyHVt .image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-text {
  font-family:
    BBC Reith Sans,
    BBCReithSans-fallback,
    sans-serif;
  position: absolute;
  color: #b01818;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35); /* мягкая тень для читаемости */
  white-space: nowrap; /* чтобы текст не переносился */
}

.text_top_center {
  top: 49%; /* чуть ниже для лучшего выравнивания */
  left: 50%;
  transform: translate(-50%, -50%);
}

.text_top_left {
  top: 49%;
  left: 70%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  max-width: 230px;
  white-space: pre-wrap;
}
@media screen and (max-width: 780px) {
  .text_top_left {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  .overlay-text {
    font-size: 32px;
  }

  .text_top_left {
    font-size: 22px;
  }
}
@media screen and (max-width: 460px) {
  .overlay-text {
    font-size: 26px;
  }

  .text_top_left {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .overlay-text {
    font-size: 20px;
  }

  .text_top_left {
    font-size: 14px;
  }
}
