.general-image-text-4 {
  margin-top: var(--general-image-text-4-margin-top, 0);
  margin-bottom: var(--general-image-text-4-margin-bottom, 0);
  background-color: rgb(var(--general-image-text-4-background, 238, 238, 238));
}

.general-image-text-4 .page-width {
  padding-top: 0;
  padding-bottom: 0;
}

.general-image-text-4__banner {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.general-image-text-4__background,
.general-image-text-4__overlay,
.general-image-text-4__content {
  position: absolute;
  inset: 0;
}

.general-image-text-4__background img,
.general-image-text-4__background .image,
.general-image-text-4__background .theme-image {
  display: block;
  width: 100%;
  height: 100%;
}

.general-image-text-4__background img {
  object-fit: cover;
}

.general-image-text-4__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5d1230, #2b0c18);
}

.general-image-text-4__overlay {
  background: rgba(25, 7, 14, 0.28);
}

.general-image-text-4__content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 24px;
  color: #fff;
  text-align: center;
}

.general-image-text-4__subtitle {
  margin-bottom: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.general-image-text-4__title {
  margin: 0;
  color: inherit;
  text-transform: uppercase;
}

.general-image-text-4__description {
  max-width: 660px;
  margin-top: 28px;
  color: inherit;
}

.general-image-text-4__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 76px;
  margin-top: 40px;
  padding: 16px 40px;
  color: #1f1a17;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #ffa172;
  border-radius: 999px;
}

.general-image-text-4__button[aria-disabled="true"] {
  pointer-events: none;
}

@media (max-width: 959px) {
  .general-image-text-4__banner {
    min-height: 560px;
  }

  .general-image-text-4__content {
    padding: 32px 20px;
  }

  .general-image-text-4__subtitle {
    margin-bottom: 12px;
  }

  .general-image-text-4__description {
    margin-top: 20px;
  }

  .general-image-text-4__button {
    min-width: min(100%, 280px);
    min-height: 60px;
    margin-top: 28px;
    padding: 14px 28px;
  }
}
