.sdsc-iwt .image-with-text__wrapper {
  padding-top: 30rem;
}

.sdsc-iwt .image-with-text__image-bg {
  background-size: contain;
  max-width: 73rem;
}

.sdsc-iwt .image-with-text__content-items img {
  margin-bottom: 3rem;
}

.sdsc-iwt .image-with-text__content-items h2 {
  margin-bottom: 3.8rem;
}

@media screen and (max-width: 768px) {
  .sdsc-iwt .image-with-text__wrapper {
    padding-top: 30rem;
  }

  .sdsc-iwt .image-with-text__content-items {
    text-align: center;
  }

  .sdsc-iwt .image-with-text__content-items img {
    margin-right: -rem;
  }
}