/* Исправления для карточек новостей */

/* Правильное отображение изображений */
.image.cover-image {
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

/* Отступы между карточками новостей */
.blog-v2-link {
  margin-bottom: 32px !important;
}

/* Дополнительные отступы для секций */
.mg-top-40px {
  margin-top: 40px !important;
}

.mg-top-48px {
  margin-top: 48px !important;
} 