@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
.image-text-section {
  position: relative;
}
.image-text-section h2 {
  margin-bottom: 50px;
  font-size: 7rem;
  line-height: 7.9rem;
}
.image-text-section h2.text-small {
  font-size: 5.5rem;
}
.image-text-section .text-wrap {
  padding-left: 120px;
  max-width: 100%;
  padding-bottom: 2rem;
}
.image-text-section .text-wrap.text-left {
  padding-left: 0;
  padding-right: 120px;
}
.image-text-section .text-wrap p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 30px;
  opacity: 0.6;
}
.image-text-section .col-12.margin-bottom {
  margin-bottom: 120px;
}
.image-text-section .image-wrap {
  position: relative;
}
.image-text-section .image-wrap.green-border:after {
  content: "";
  border-color: #9bb0bc;
  border-style: solid;
  border-width: 0px 20px 20px 0px;
  height: 55%;
  width: 70%;
  position: absolute;
  bottom: -20px;
  right: -20px;
}
.image-text-section .image-wrap.pink-border:after {
  content: "";
  border-color: #fadae4;
  border-style: solid;
  border-width: 20px 20px 0 0;
  height: 95%;
  width: 85%;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media (max-width: 1024px) {
  .image-text-section h2 {
    font-size: 3rem;
    margin-bottom: 15px;
    line-height: 4rem;
  }
  .image-text-section h2.text-small {
    font-size: 3rem;
  }
  .image-text-section .image-right {
    margin-right: 20px;
  }
  .image-text-section .text-wrap {
    padding-left: 80px;
  }
  .image-text-section .text-wrap.text-left {
    padding-right: 80px;
  }
  .image-text-section .text-wrap p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .image-text-section .col-12.margin-bottom {
    margin-bottom: 70px;
  }
}
@media (max-width: 450px) {
  .image-text-section .col-12.margin-bottom {
    margin-bottom: 50px;
  }
  .image-text-section .text-wrap {
    padding-left: 0;
    padding-bottom: 3rem;
  }
  .image-text-section .text-wrap.text-left {
    padding-right: 0;
  }
  .image-text-section .image-wrap {
    margin-right: 20px;
  }
}
.image-text-section .video-block {
  margin-top: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media (max-width: 450px) {
  .image-text-section .text-wrap {
    margin-top: 5rem;
  }
}
