.contacts-info {
  text-align: center;
  font-family: 'DINCondensed', sans-serif;
}
.contacts-info h2,
.contacts-info .h2 {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 24px;
  font-family: 'DINCondensed', sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.8px;
  line-height: 40px;
}
.contacts-info a {
  color: #ed0f00;
}
.contacts-info .wysiwyg p {
  font-size: 2rem;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
.contacts-info--follow h2,
.contacts-info--follow .h2 {
  margin-bottom: 30px;
}
.contacts-info--dealer h2,
.contacts-info--dealer .h2 {
  margin-bottom: 26px;
}
.contacts-info--dealer .wysiwyg {
  font-family: 'HelveticaNeueLTStd', sans-serif;
}
.contacts-info--dealer .wysiwyg p {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .contacts-info h2,
  .contacts-info .h2 {
    font-size: 2.8rem;
  }
}
