

.contact-us-btn {
  display: block;
  background: #D23B3B;
  color: white;
  background-clip: border-box;
  border: 1px solid white;
  padding: 1rem;
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
  margin-top: 2rem;
}

.contact-us-btn:hover {
  text-decoration: none;
  background: none;
  color: white;
}

#spare-listings { text-align: center; }
#spare-listings img {
  max-width: 100%;
}

.align-left {
  text-align: left;
}

@media (max-width: 767px) {
  /*#spare-listings .col-sm-6 {
    width: 100%;
  }
  #spare-listings .col-sm-6.col-sm-6 {
    background:red;
    float: left;
    width: 50%;
  }*/
}