#vw-contact-us .contacttxt {
  color: #3e3e3e;
  font-family: Helvetica !important;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 1.17;
  margin-bottom: 5%;
  margin-top: 15px;
  opacity: 0.9;
  text-align: center;
}

#vw-contact-us .heading-terms {
  font-size: 32px;
  font-weight: 500;
}

#vw-contact-us .headingBorder {
  border-bottom: 0.01rem solid;
  border-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0)
    )
    1;
  padding-bottom: 15px;
}

#vw-contact-us .icons {
  border-radius: 0.5rem;
  cursor: pointer !important;
  line-height: 3rem !important;
  margin: 15px 25px;
  max-height: 170px !important;
  max-width: 170px !important;
  min-height: 170px !important;
  min-width: 170px !important;
  padding: 2%;
  text-align: center !important;
}

#vw-contact-us .icons:hover {
  background: #e5e8e9;
}
