/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /*===============================*/
  /*===============================*/
} /* END */
/*===============================*/
@media (max-width: 991.98px) {
  /*===============================*/
  #sp-contacts-top .b-contacts {
    text-align: center;
  }
  .b-contacts .contacts__link {
    font-size: 13px;
  }
  /*===============================*/
  .b-testimonials .testimonials__text {
    padding-top: 10px;
  }
  /*===============================*/
} /* END */
