.image-left-right .ilr-image img {
  display: block;
}
.image-left-right.banner .ilr-wrapper {
  background: #FFF2F5;
  background-image: url("../images/bg-pattern.png");
  border-radius: 30px;
  padding: 52px 24px;
  position: relative;
}
.image-left-right.banner .ilr-image {
  position: absolute;
  left: 24px;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.image-left-right.banner .ilr-text {
  text-align: center;
  position: relative;
  z-index: 2;
}
.image-left-right .section-title {
  margin: auto;
}
.image-left-right .ilr-text .btn-cta {
  margin-top: 40px;
}
.image-left-right .ilr-text h2 {
  margin-bottom: 20px;
}
.image-left-right .ilr-text p.cta-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 8px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .image-left-right.popped-image {
    margin-top: 82px;
  }
  .image-left-right.banner {
    padding-top: 160px;
  }
  .image-left-right.banner .ilr-wrapper {
    padding: 80px 24px;
  }
  .image-left-right.banner .ilr-text {
    text-align: left;
  }
  .image-left-right .ilr-text p.cta-text {
    text-align: start;
  }
}