.image-with-text-custom h2.image-with-text__heading {
  font-size: 9.9vw;
}

.image-with-text-custom .image-with-text__grid {
  row-gap: 30px;
  column-gap: 4.2vw;
}

.image-with-text-custom .image-with-text__content .body {
  text-align: justify;
}

.image-with-text-custom .image-with-text__content {
  padding: 0;
}

@media screen and (max-width: 749px) {
  .no-pad-xs {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}

@media screen and (min-width: 990px) {
  .image-with-text-custom .image-with-text__media-item {
    max-width: 39vw;
  }
}
