.image-with-decor-section {
  overflow: visible;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .image-with-decor-section {
    padding-block: 0;
  }
}
.image-with-decor-section .wp-block-group {
  max-width: 1280px;
}
.image-with-decor-section__content {
  padding-bottom: 2rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
@media (min-width: 992px) {
  .image-with-decor-section__content {
    max-width: 430px;
    padding-bottom: 0;
  }
}
.image-with-decor-section__title {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .image-with-decor-section__title {
    margin-top: 0;
  }
}
.image-with-decor-section__title, .image-with-decor-section__description {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .image-with-decor-section__title, .image-with-decor-section__description {
    margin-bottom: 1.5rem;
  }
}
.image-with-decor-section__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
}
.image-with-decor-section__buttons .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .image-with-decor-section__buttons {
    flex-direction: row;
  }
}
.image-with-decor-section__image-wrapper {
  position: relative;
  overflow: visible;
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 576px) {
  .image-with-decor-section__image-wrapper {
    aspect-ratio: 1/1;
  }
}
.image-with-decor-section__decor {
  pointer-events: none;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.245);
  left: 50%;
  height: 100%;
  mix-blend-mode: difference;
  z-index: 99;
  display: none;
}
@media (min-width: 1280px) {
  .image-with-decor-section__decor {
    display: block;
  }
}
.image-with-decor-section__image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-with-decor-section__image-overlay {
  height: 100%;
  position: relative;
}
.image-with-decor-section__image-overlay::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgb(0, 0, 0));
}
.image-with-decor-section__image-text {
  margin-top: 1rem;
  bottom: 1.5rem;
  left: 50%;
  width: 100%;
  color: #e5e5e5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 576px) {
  .image-with-decor-section__image-text {
    margin-top: 0;
    position: absolute;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .image-with-decor-section__image-text {
    gap: 1.5rem;
  }
}
.image-with-decor-section__image-title {
  display: flex;
  flex-direction: column;
}
.image-with-decor-section__image-description {
  font-style: italic;
}
