.imgtextbanner {
  position: relative;
  background: linear-gradient(332deg, rgba(0, 0, 0, 0) 0%, rgb(182, 221, 213) 280%);
  padding: 180px 0;
  z-index: 0;
}
.imgtextbanner::before {
  position: absolute;
  content: "";
  bottom: 78px;
  left: 0;
  width: 100%;
  height: 302px;
  background-image: url("../../../img/pattern-waves.png");
  z-index: -1;
}
.imgtextbanner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 90px;
  background-image: url("../../../img/pattern-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 254px;
  height: 730px;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .imgtextbanner::after {
    width: 197px;
    height: 558px;
  }
}
@media screen and (max-width: 1280px) {
  .imgtextbanner::after {
    width: 172px;
    height: 489px;
  }
}
@media screen and (max-width: 1024px) {
  .imgtextbanner::after {
    width: 134px;
    height: 380px;
  }
}
@media screen and (max-width: 768px) {
  .imgtextbanner::after {
    width: 84px;
    height: 240px;
  }
}
@supports (width: clamp(1px, 2vw, 3px)) and (height: clamp(1px, 2vw, 3px)) {
  .imgtextbanner::after {
    width: clamp(84px, 13.8vw, 254px);
    height: clamp(240px, 38.1vw, 730px);
  }
}
.imgtextbanner__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1640px;
  gap: 10px;
}
.imgtextbanner picture.imgtextbanner__background {
  overflow: hidden;
  flex: 1 27%;
  max-height: 500px;
  display: flex;
  width: 100%;
  height: 100%;
}
.imgtextbanner picture.imgtextbanner__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.imgtextbanner__content {
  flex: 1 400px;
}
.imgtextbanner__content strong {
  font-weight: 600;
}
.imgtextbanner__content-wrap {
  max-width: 608px;
}

@media screen and (max-width: 1179px) {
  .imgtextbanner {
    padding: 40px 0;
    background: linear-gradient(272deg, rgba(0, 0, 0, 0) 0%, rgb(182, 221, 213) 200%);
  }
  .imgtextbanner__container {
    flex-direction: column;
    gap: 40px;
  }
  .imgtextbanner picture.imgtextbanner__background {
    flex: none;
    max-width: -moz-max-content;
    max-width: max-content;
    position: relative;
    z-index: -1;
  }
  .imgtextbanner__content {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
  }
  .imgtextbanner__content-wrap {
    max-width: 100%;
  }
  .imgtextbanner::before {
    z-index: 1;
  }
  .imgtextbanner::after {
    top: 55px;
  }
  .imgtextbanner__content {
    position: relative;
    z-index: 0;
  }
  .imgtextbanner::before {
    display: none;
  }
  .imgtextbanner__content::before {
    position: absolute;
    content: "";
    top: -130px;
    left: 0;
    width: 100%;
    height: 130px;
    background-image: url("../../../img/pattern-waves.png");
    z-index: 1;
    background-position: center;
    background-size: cover;
  }
}