.contact-us-section .heading-title p {
  color: #21272A;
}

.border-bottom {
  border-bottom: 1px solid #4D4D4D !important;
}

.contact-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.2),0 5px 10px 0 rgba(0,0,0,.19)!important;
  padding: 30px 25px;
}

.contact-card .company-info h4 {
  color: #E51836;
}

.contact-card .company-info p {
  color: #000;
  margin-bottom: 0;
}

.contact-card .view-map {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
}

.contact-card .toll-free p {
  color: #4D4D4D;
  font-size: 14px;
  margin-bottom: 0;
}

.contact-card .toll-free a {
  color: #000;
  font-weight: 500;
}

.contact-your-dealer {
  margin: 2rem 0;
}

.contact-your-dealer ol {
  margin: 2rem 0 4rem 0;
}

.fields-wrapper {
  margin: 1rem 0;
}

