.sec-image-text {
  padding: 8.8rem 0 8rem;
  background-image: var(--image-text-bg);
  background-position: left top var(--move-top);
  background-repeat: no-repeat;
  min-height: 80rem;
  display: flex;
  align-items: flex-end;
}
.sec-image-text.left{
  background-position: top var(--move-top) right;
}
.sec-image-text:first-child {
  min-height: 96.8rem;
  padding-bottom: 16rem;
}
.sec-image-text .container-xl {
  margin-bottom: 0;
}
.image-text-img {
  position: absolute;
}
.image-text {
  max-width: 92.8rem;
  margin: 0 0 0 auto;
  text-align: right;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.sec-image-text.left .image-text {
  margin-left: 0;
  text-align: left;
}
.image-text p {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 3.2rem;
}
.image-text h5 {
  margin-bottom: 4rem;
  font-weight: normal;
}
@media(min-width:1500px) and (max-width:1659.98px) {
  .sec-image-text {
    background-size: 116rem;
    background-position: left top -11rem;
  }
  .sec-image-text:first-child {
    background-position: left top 0;
  }
  .sec-image-text.left {
    background-position: top -8rem right;
  }
}
@media(min-width:1460px) and (max-width:1499.98px) {
  .sec-image-text {
    min-height: 70rem;
    background-size: 105rem;
    background-position: left top -11rem;
  }
  .sec-image-text:first-child {
    min-height: 78.8rem;
    padding-bottom: 9rem;
    background-position: left top 0;
  }
  .sec-image-text.left {
    background-position: top -8rem right;
  }
  .image-text {
    max-width: 90.3rem;
  }
  .image-text h5 {
    margin-bottom: 3.2rem;
  }
  .image-text p {
    font-size: 2.3rem;
    line-height: 3.1rem;
    margin-bottom: 2.8rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px) {
  .sec-image-text {
    min-height: 68rem;
    background-size: 98rem;
    background-position: left top -11rem;
  }
  .sec-image-text:first-child {
    min-height: 76.8rem;
    padding-bottom: 8rem;
    background-position: left top 0;
  }
  .sec-image-text.left {
    background-position: top -8rem right;
  }
  .image-text {
    max-width: 82.4rem;
  }
  .image-text h5 {
    margin-bottom: 3.2rem;
  }
  .image-text p {
    font-size: 2.1rem;
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px) {
  .sec-image-text {
    padding: 8.8rem 0 8rem;
    min-height: 65rem;
    background-size: 90rem;
    background-position: left top -5rem;
  }
  .sec-image-text:first-child {
    min-height: 71rem;
    padding-bottom: 10rem;
    background-position: left top;
  }
  .sec-image-text.left {
    background-position: top -5rem right;
  }
  .image-text {
    max-width: 72.8rem;
  }
  .image-text p {
    font-size: 1.9rem;
    line-height: 2.7rem;
    margin-bottom: 2.4rem;
  }
  .image-text h5 {
    margin-bottom: 3.2rem;
  } 
}
@media(min-width:992px) and (max-width:1199.98px) {
  .sec-image-text {
    padding: 6.8rem 0 6rem;
    min-height: 60rem;
    background-size: 78rem;
    background-position: left top -5rem;
  }
  .sec-image-text:first-child {
    min-height: 64rem;
    padding-bottom: 6rem;
    background-position: left top;
  }
  .sec-image-text.left {
    background-position: top -3rem right;
  }
  .image-text {
    max-width: 69.8rem;
  }
  .image-text p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 2.4rem;
  }
  .image-text h5 {
    margin-bottom: 2.8rem;
  } 
}
@media(min-width:768px) and (max-width:991.98px) {
  .sec-image-text {
    padding: 6rem 0;
    min-height: 54rem;
    background-size: 61rem;
    background-position: left top -5rem;
  }
  .sec-image-text:first-child {
    min-height: 56rem;
    padding-bottom: 8rem;
    background-position: left top;
  }
  .sec-image-text.left {
    background-position: top -3rem right;
  }
  .image-text {
    max-width: 53.8rem;
  }
  .image-text br {
    display: none;
  }
  .image-text p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }
  .image-text h5 {
    margin-bottom: 2.4rem;
  }
}
@media(max-width:767.98px) {
  .sec-image-text::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
  }
  .sec-image-text {
    padding: 4.8rem 0 !important;
    min-height: 40rem !important;
    background-size: cover;
    background-position: top center !important;
  }
  .sec-image-text:first-child {
    padding-top: 11.4rem !important;
  }
  .sec-image-text.left {
    background-position: top right !important;
  }
  .image-text {
    max-width: 100%;
    text-align: left;
  }
  .image-text br {
    display: none;
  }
  .image-text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .image-text h5 {
    margin-bottom: 2rem;
  }
}