

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


#hire-price-list {
  margin: 0 auto;
  width: 600px
}

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

}