

.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;
}


#services-product-grid { text-align: center }
#services-product-grid img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #services-product-grid .col-xs-3 {
      width: 50% !important;
  }
}