.slider__with--text .image__text--content {
   max-width: 100%;
      margin-top: 0;
}

.slider__with--text .image-text__content-container {
  margin: 0;
  max-width: 100%;
}

.slider__with--text .aspect-ratio:before {
  padding-bottom: calc(100% / (var(--aspect-ratio))) !important;
}

.image__slider--text .image__text--container.reversed {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) { 
  
  .slider__with--text .image__text--content{
    margin: 20px 0 0;
  }

}