.h1-title{font-size: 2rem;}
.detail-news .socikon{width: 22px; height: 22px;}

/* Скрываем картинки пока идёт раскладка */
.pw-collage.pw-collage-loading img {
  visibility: hidden;
}

/* Оверлей для просмотра */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}
.modal-overlay img {
  max-width: 90%;
  max-height: 90%;
}



@media (max-width: 767px) {
    .h1-title {
     font-size: 1.2rem; 
        font-weight: bold;
}
  
}