/* «מה מיוחד בבית המדרש ביבנה?» — Figma y 4821–5546 (h 725). Текстура @0.15. */

.special {
  position: relative;
  height: calc(725 * var(--u));
  background: var(--color-white);
  overflow: hidden;
}

.special__texture {
  position: absolute;
  inset: 0;
  background: url('../../img/texture.jpg') center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.special__title {
  position: absolute;
  top: calc(131 * var(--u));
  left: 0;
  width: 100%;
}

/* Текст 985×341 на (228,280), 30/300, lh 40.8, чередование обычных и жирных строк */
.special__text {
  position: absolute;
  left: calc(228 * var(--u));
  top: calc(280 * var(--u));
  width: calc(985 * var(--u));
  font-size: calc(30 * var(--u));
  line-height: calc(40.8 * var(--u));
  text-align: center;
}

.special__text b {
  font-weight: var(--fw-bold);
}

/* ---------- Mobile ---------- */
@media (max-width: 767px) {
  .special {
    height: auto;
    padding: calc(52 * var(--u)) calc(24 * var(--u)) calc(56 * var(--u));
  }

  .special__title,
  .special__text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .special__text {
    margin-top: calc(20 * var(--u));
    font-size: calc(19 * var(--u));
    line-height: 1.65;
  }
}
