@media only screen and (max-width:1199px) {
    #target .max-rnt-listing {
      display: flex;
      justify-content: start;
      flex-wrap: nowrap;
    }
}
@media only screen and (max-width:575px) {
    #target .max-rnt-listing {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    #target .max-rnt-image {
        justify-content: center;
    }
    #target .max-rnt-description h1 {
        text-align: center;
    }
    #target .max-rnt-button {
        justify-content: center;
    }
}