.image-text {
  position: relative;
  color: #000000;
}
.block.bg-gray .image-text, .block.bg-gray-dark .image-text {
  color: white;
}
.image-text__image {
  max-width: 28.625rem;
  margin-bottom: 1.5rem;
}
.image-text__image-link {
  display: block;
}
.image-text__image-inner {
  position: relative;
  display: block;
}
.image-text__image-inner:not(:last-child) {
  margin-bottom: 1.5rem;
}
.image-text__image-inner img {
  display: block;
  width: 100%;
  height: auto;
}
.image-text__image-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-size: 1.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 0 1.25rem rgba(30, 30, 30, 0.5);
}
.image-text__subtitle {
  display: inline-block;
  color: inherit;
  font-size: 0.9375rem;
  line-height: 1.2;
  border-bottom: 0.1875rem solid #ffc70b;
  margin-bottom: 0.625rem;
}
.image-text__text {
  color: inherit;
}
.image-text__text:not(:last-child) {
  margin-bottom: 1.5rem;
}
.image-text__buttons {
  display: flex;
  flex-direction: column;
}
.image-text__buttons .button {
  margin-bottom: 0.875rem;
}
@media (min-width: 40rem) {
  .image-text__buttons {
    flex-direction: row;
  }
  .image-text__buttons .button {
    margin-bottom: 0;
  }
  .image-text__buttons .button:not(:last-child) {
    margin-right: 0.625rem;
  }
}
@media (min-width: 52.5rem) {
  .image-text__container {
    display: flex;
    align-items: center;
  }
  .image-text__image {
    max-width: 100%;
    width: 48.31223629%; /* 458 / 948 */
    margin-bottom: 0;
    align-self: flex-start;
  }
  .image-text--style-top .image-text__image {
    margin-top: -7.5rem;
  }
  .image-text__content {
    flex: 1;
    padding-left: 6%;
  }
  .image-text__content--valign-top {
    align-self: flex-start;
  }
  .image-text--style-wide .image-text__content {
    max-width: 23.75rem;
    padding-right: 0 !important;
    margin-right: auto;
  }
  .image-text--style-wide .image-text__image {
    width: 56%;
    margin-left: 2.5rem;
  }
  .image-text--align-left .image-text__image .image-text__buttons {
    justify-content: flex-end;
  }
  .image-text--align-left.image-text--style-wide .image-text__image {
    margin-left: 0;
    margin-right: 2.5rem;
  }
  .image-text--align-left.image-text--style-wide .image-text__content {
    margin-right: 0;
    margin-left: auto;
    padding-left: 0 !important;
  }
  .image-text--align-right .image-text__image {
    order: 2;
  }
  .image-text--align-right .image-text__content {
    order: 1;
    padding-left: 0;
    padding-right: 6%;
  }
}
@media (min-width: 64rem) {
  .image-text {
    width: 100%;
    padding-left: 9.487179487%;
    padding-right: 9.487179487%;
    margin: 0 auto;
  }
  .image-text--container-full {
    padding-left: 0;
    padding-right: 0;
  }
  .image-text--align-left.image-text--style-side {
    padding-left: 0;
  }
  .image-text--align-right.image-text--style-side {
    padding-right: 0;
  }
}
