@media (max-width: 991px) {
  .infostripimages-block .col {
    padding: 30px;
    padding-bottom: 0;
  }
  .infostripimages-block img {
    max-width: 55%;
  }
  .infostripimages-block img.mobile-image, .infostripimages-block img.desktop-image {
    max-width: 80%;
  }
  .infostripimages-block img.desktop-image {
    display: none;
  }
  .infostripimages-block .content {
    position: relative;
    left: auto;
    right: auto;
  }
  .infostripimages-block .content h4 {
    font-size: 1.3125rem;
    margin-bottom: 0.5rem;
  }
  .infostripimages-block .content .description {
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 650px) {
  .infostripimages-block img.mobile-image, .infostripimages-block img.desktop-image {
    max-width: 100%;
  }
}
