a[href^="tel"] {
  pointer-events: none; /* отключает кликабельность */
  cursor: default;       /* убирает курсор ссылки */
  color: inherit;        /* сохраняет цвет текста */
  text-decoration: none; /* убирает подчеркивание */
}

.fw2-block {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;

	
}

.fw2-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
	
	
}

.fw2-overlay {
  position: absolute;
  inset: 0;
  background: #f5f4f2;
  z-index: 2;
}

.fw2-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
	
}

.fw2-text { font-size: 14px; }

.fw2-title { 
    margin: 0 0 15px 0;
    
}

@media (max-width: 768px) {
  .fw2-content { padding:  24px 20px; }
  .fw2-title { font-size: 20px; }
  .fw2-text { font-size: 14px; }
}


.fw2-text {
 font-family: "Lato", sans-serif;
 line-height: 1.6;
 font-weight: 400;
 letter-spacing: 1px; 

}

