@media (max-width: 1150px){
    .image-with-text-section .row {
      flex-direction: column-reverse;
    }
    .image-with-text-section .row .col-12.col-sm-12.col-md-6{
      max-width: 100%;
    }
    .image-with-text-section .image-position-left .yv-imgbox-container{
      margin: 0;
    }
  }

@media (max-width: 575px){
  .image-with-text-section .section-heading-title, .image-with-text-section p{
    text-align: center;
  }
}