.side-by-side-images__container {
  max-width: 140rem;
  margin-inline: auto;
}

.side-by-side-images__wrapper {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding-inline: 1.5rem;
}

@media screen and (max-width: 749px) {
  .side-by-side-images__wrapper {
    flex-direction: column;
  }
}

.side-by-side-images__wrapper img {
  width: 100%;
  height: initial;
}
