.contact * a, .contact * a:focus, .contact * a:hover {
  cursor: pointer;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.contact__content {
  padding: 0 !important;
  background-color: #F9F9FA !important;
  font-size: 16px;
  color: #717C8B;
}
.contact__content__body {
  padding: 30px;
  line-height: 2.5;
}
.contact__content__body .title {
  height: 50px;
  color: #6312B5;
  font-size: 20px;
  line-height: 45px;
}
.contact__content__telephones {
  text-align: center;
}
.contact__content__telephones .h4 {
  color: #0197F6;
  line-height: 2;
}
.contact__content__telephones p {
  font-size: 14px;
  color: #171C21;
  line-height: 2;
}
.contact__content__telephones .btn {
  font-size: 18px;
}
