.carousel-news-item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  min-width: 380px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .carousel-news-item {
    border-radius: 20px;
    min-width: 360px;
  }
}
@media (max-width: 480px) {
  .carousel-news-item {
    border-radius: 20px;
    min-width: 320px;
  }
}

.time-news {
  font-family: 'Manrope Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 480px) {
  .time-news {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}

.LV {
  background: url(../new-media/878A66252.jpg) 50% 50% / 102% no-repeat;
}

.PM2 {
  background-image: url('../new-media/news-pokolenie-maugli.jpg'); /* Путь к вашему изображению */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
