/* Всем ссылкам tel: даём вид кнопки */
a[href^="tel:"] {
  display: inline-block;
  padding: 12px 24px;
  background-color: #FFC107;
  color: #000 !important;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
