
@media screen and (min-width: 990px) {
    .image-with-text-banner .image-with-text__content {
        padding: 6rem 7rem 7rem;
    }
}
@media screen and (max-width: 749px) {
  .image-with-text-banner .image-with-text__content{
    padding: 58px;
  }
}


