.subpage-hero {
  height: 400px;
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
  margin-top: 200px;
}
@media only screen and (max-width: 576px) {
  .subpage-hero {
    height: 368px;
    margin-top: 154px;
  }
}
.subpage-hero .image {
  width: 100vw;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .subpage-hero .image {
    height: 368px;
  }
}
.subpage-hero .decor-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 400px;
}
@media only screen and (max-width: 576px) {
  .subpage-hero .decor-left {
    display: none;
  }
}
.subpage-hero .decor-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 273px;
  height: 320px;
}
@media only screen and (max-width: 576px) {
  .subpage-hero .decor-right {
    display: none;
  }
}
.subpage-hero .decor-mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  .subpage-hero .decor-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.subpage-hero .text-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 118px;
  width: 80%;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 576px) {
  .subpage-hero .text-wrapper {
    width: 100%;
    top: 100px;
  }
}
.subpage-hero .text-wrapper #breadcrumbs {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--orange);
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 576px) {
  .subpage-hero .text-wrapper #breadcrumbs {
    margin-bottom: 20px;
  }
}
.subpage-hero .text-wrapper #breadcrumbs a {
  transition: color 250ms ease-in-out;
  font-size: 16px;
  color: var(--orange);
  text-decoration: none;
}
.subpage-hero .text-wrapper #breadcrumbs a:hover {
  color: #000;
}
.subpage-hero .text-wrapper .heading-1 {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576px) {
  .subpage-hero .text-wrapper .heading-1 {
    margin-bottom: 30px;
  }
}
.subpage-hero .text-wrapper .desc {
  color: #000;
}
.subpage-hero .text-wrapper .desc p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .subpage-hero .text-wrapper .desc p {
    font-size: 20px;
    line-height: 24px;
  }
}
.subpage-hero .text-wrapper.with-bg #breadcrumbs {
  color: #fff;
}
.subpage-hero .text-wrapper.with-bg #breadcrumbs a {
  color: #fff;
}
.subpage-hero .text-wrapper.with-bg .heading-1 {
  color: #fff;
}
.subpage-hero .text-wrapper.with-bg .desc {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  #longest-subpage .text-wrapper .desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #longest-subpage .text-wrapper .heading-1 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 576px) {
  #longest-subpage {
    height: 430px;
  }
  #longest-subpage .image {
    height: 430px;
  }
  #longest-subpage .text-wrapper .heading-1 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  #hide-text-subpage .text-wrapper .desc p {
    display: none;
  }
}