.section-image-with-text-style-9 .xo-section {
  height: var(--section-height, 100vh);
  @media(max-width: 749px) {
    height: var(--section-height-mobile, 100vh);
  }
}

.xo-image-with-text-style-9,
.xo-image-with-text-style-9__bg,
.xo-image-with-text-style-9__container,
.xo-image-with-text-style-9__content {
  width: 100%;
  height: 100%;
  padding: 0;
}

.xo-image-with-text-style-9__container {
  position: relative;
  z-index: 9;
}

.xo-image-with-text-style-9__content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  @media(max-width: 749px) {
    grid-template-columns: 1fr;
  }
}

.img-with-text-9 {
  position: relative;
  padding: 40px;
  @media(max-width: 749px){
    padding: 20px;
  }
}

.img-with-text-9__heading .xo-text__heading {
  color: var(--heading-text-color);
}

.img-with-text-9__description {
  color: var(--content-text-color);
  font-size: var(--content-text-size, 15px);
}

.xo-image-with-text-style-9__container .xo-btn {
  margin-top: 20px;
  width: max-content;
}