.main_white {
  background-color: #fff;
  gap: 30px;
  /* padding: 30px; */
  border-radius: 20px;
}
.-privacy {
  padding: 30px;
}
@media (max-width: 480px) {
  .main_white {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .main_white {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .main_white {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .title-img-news {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .title-img-news {
    height: 350px;
  }
}

.news-text {
  font-family: 'Manrope Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 768px) {
  .news-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .news-text {
    line-height: 22px;
  }
}

.news-text_ul {
  padding-left: 40px;
  padding-right: 40px;
  list-style: inherit;
}
.news-text_ul li::marker {
  color: #69a658;
}

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

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

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

.__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  border-radius: 20px;
}

