
.map-with-info__map {
    height: 440px;
}
  
.map-with-info__fabric__content__block:not(:last-of-type) {
    margin-bottom: 1.8rem;
}
  
.map-with-info__fabric__text {
    margin: 0;
}
 
.map-with-info__fabric__text {
    line-height: 1.6;
}
    
.map-with-info__fabric__socials {
    display: flex;
    flex-direction: row;
}
  
.map-with-info__fabric__icon-telegram {
    margin-left: 10px;
}
  
.map-with-info__fabric__icon-whatsapp,
.map-with-info__fabric__icon-telegram {
    font-size: 1.5rem;
}
  
.map-with-info__link {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-underline-offset: 6px;
}
  
.map-with-info__link:hover {
    color: #333;
    opacity: .5;
}
  
  
@media all and (max-width: 1000px) {
    .map-with-info__fabric__content {
      margin-top: 1.5rem;
    }
  
    .map-with-info__map {
      height: 350px;
    }
 }
  