  .block-ifsa-big-hero,
.wp-block-ifsa-big-hero {
  background: var(--wp--preset--color--background-alt);
  max-width: none;
  position: relative;
  width: 100%;
}

.big-hero__content {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.big-hero__content-wrapper {
  padding: 32px 0 32px;
}

.big-hero__content-wrapper > div {
  width: 100%;
}

.big-hero__content-wrapper .wp-block-post-title {
  line-height: 1.1;
}

.big-hero__image {
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 1365px) {
  .big-hero__image {
    width: 100%;
    max-width: 620px;
  }
}

@media only screen and (max-width: 1024px) {
  .big-hero__image {
    margin-top: -60px;
    max-height: 600px;
  }
}

@media only screen and (max-width: 1024px) {
  .big-hero__image-container {
    display: flex;
    justify-content: flex-end;
    margin-right: -20px;
  }

  .big-hero__image {
    width: 100%;
    max-width: 700px;
  }
}

@media only screen and (max-width: 768px) {
  .big-hero__image {
    width: 100%;
    max-width: 440px;
  }
}

.big-hero__image--desktop {
  display: none;
}

.big-hero__image--placeholder {
  display: none;
}

.big-hero__image-container img {
  min-height: 100% !important;
}

.single-programs .big-hero__content .wp-block-post-title {
  margin-top: 0;
}

.big-hero__title .wp-block-heading {
  font-size: 44px !important;
  text-align: center !important;
}

.big-hero__pre {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .big-hero__pre p {
    font-size: 20px !important;
  }

  .big-hero__title .wp-block-heading {
    font-size: 36px !important;
  }
}

.big-hero__title .wp-block-buttons {
  justify-content: center;
}

.big-hero__title .wp-block-heading {
  font-size: 54px;
  line-height: 1.1em;
  margin-top: 0 !important;
}

.big-hero__pre p {
  font-size: 26px;
  line-height: 1.4em;
  margin-top: 0 !important;
  font-weight: 300;
}

@media only screen and (min-width: 1024px) {
  .big-hero__content {
    height: 600px;
  }

  .big-hero__content-container {
    border-top: 1px solid var(--wp--preset--color--background-alt-two);
    border-bottom: 1px solid var(--wp--preset--color--background-alt-two);
  }

  .big-hero__title .wp-block-buttons {
    margin-top: 40px;
  }

  .big-hero__title .wp-block-button .wp-block-button__link {
    padding-bottom: 9px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 9px;
  }

  .big-hero__image--placeholder {
    display: block;
  }

  .big-hero__image--desktop {
    display: block;
  }

  .big-hero__image--mobile {
    display: none;
  }

  .big-hero__content-wrapper {
    padding: 120px 0 160px;
  }

  .big-hero__image-container {
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    top: 1px;
    right: 0;
    width: 100%;
    max-width: 700px;
  }

  .big-hero__image {
    width: 100%;
    max-height: 600px;
  }
}

@media only screen and (min-width: 1024px) {
  .big-hero__title .wp-block-heading {
    font-size: 43px !important;
    text-align: left !important;
    max-width: 400px;
  }

  .big-hero__pre {
    text-align: left;
  }

  .big-hero__title .wp-block-buttons {
    justify-content: flex-start;
  }

  .big-hero__content-wrapper > div {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1130px) {
  .big-hero__title .wp-block-heading {
    max-width: 480px;
  }

  .big-hero__content-wrapper > div {
    max-width: 480px;
  }
}
