.teleph {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px; /* расстояние между иконкой и ссылкой */
  height: 60px; /* задайте нужную высоту блока */
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .teleph {
	margin-top: -20px;
	margin-bottom: -20px;
  }
}
.jumbotron__control {
		display:none;
}
li {
  font-size: 14px;
}
.header, .header .icon-box__title {
    color: #000;
}
.siteorigin-widget-tinymce.textwidget {
  font-size: 14px;
}
.widget-title {
    font-weight: 100;
}
h4, .h4 {
    font-weight: 100;
		color: #555555;
}