@media screen and (max-width: 991px) {
  .custom-image-with-content__container {
    padding-left: 30px;
  }
}

@media screen and (max-width: 744px) {
  .custom-image-with-content {
    flex-direction: column-reverse;
    padding: 0px;
    max-height: unset;
  }

  .custom-image-with-content__container {
    padding-right: 30px;
    padding-bottom: 40px;
  }
}
