

.carousel-news-item {
  display: flex;
  flex: 1 1 calc(33.33% - 20px);
  flex-direction: column;
  border-radius: 20px;
  min-width: 380px;
  box-sizing: border-box;
}
.carousel-news-item__intensiv {
  flex-direction: row;
}
@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;
  }
}
.carousel-news-item:last-child {
  max-width: 50%;
}
@media (max-width: 768px) {
.carousel-news-item:last-child {
  max-width: 100%;
}
}

.carousel-news-item__intensiv  {
  display: flex;
  flex: 1 1 calc(33.33% - 20px);
  flex-direction: row;
  border-radius: 20px;
  min-width: 380px;
  box-sizing: border-box;
}

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

.gallery-news__intensiv {
  flex-direction: column;
}

.gallery-news {
  display: flex;
    transition: transform 0.5sease;
    will-change: transform;
    gap: 15px;
    justify-content: center;
    /* pointer-events: auto; */
    flex-wrap: wrap;
}

.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;
}

