.news-list-page .news-page__content {
  padding: 20px 0px 180px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .news-list-page .news-page__content {
    padding-bottom: 160px;
  }
}
@media (max-width: 990px) {
  .news-list-page .news-page__content {
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .news-list-page .news-page__content {
    padding-bottom: 100px;
  }
}
@media (max-width: 390px) {
  .news-list-page .news-page__content {
    padding-bottom: 80px;
  }
}
.news-list-page .news-page__content .bg-rectangles__left {
  position: absolute;
  left: -373px;
  top: 607px;
  width: 477px;
  height: 630px;
  z-index: -1;
}
@media (max-width: 1110px) {
  .news-list-page .news-page__content .bg-rectangles__left {
    left: -373px;
    top: 520px;
    width: 420px;
    height: 555px;
  }
}
@media (max-width: 990px) {
  .news-list-page .news-page__content .bg-rectangles__left {
    left: -320px;
    top: 20px;
    width: 360px;
    height: 475px;
  }
}
@media (max-width: 767.98px) {
  .news-list-page .news-page__content .bg-rectangles__left {
    left: -200px;
    top: 30px;
    width: 280px;
    height: 370px;
  }
}
@media (max-width: 520px) {
  .news-list-page .news-page__content .bg-rectangles__left {
    left: -120px;
    top: 40px;
    width: 220px;
    height: 290px;
  }
}
.news-list-page .news-page__content .bg-rectangles__right-top {
  position: absolute;
  right: -313px;
  top: 15px;
  width: 380px;
  height: 548px;
  z-index: -1;
}
@media (max-width: 1110px) {
  .news-list-page .news-page__content .bg-rectangles__right-top {
    right: -260px;
    top: 20px;
    width: 340px;
    height: 490px;
  }
}
@media (max-width: 990px) {
  .news-list-page .news-page__content .bg-rectangles__right-top {
    display: none;
  }
}
.news-list-page .news-page__content .bg-rectangles__right-bottom {
  position: absolute;
  right: -388px;
  bottom: 30px;
  width: 477px;
  height: 630px;
  z-index: -1;
}
@media (max-width: 1110px) {
  .news-list-page .news-page__content .bg-rectangles__right-bottom {
    right: -340px;
    bottom: 15px;
    width: 420px;
    height: 555px;
  }
}
@media (max-width: 990px) {
  .news-list-page .news-page__content .bg-rectangles__right-bottom {
    right: -260px;
    bottom: 40px;
    width: 360px;
    height: 475px;
  }
}
@media (max-width: 767.98px) {
  .news-list-page .news-page__content .bg-rectangles__right-bottom {
    right: -180px;
    bottom: 60px;
    width: 280px;
    height: 370px;
  }
}
@media (max-width: 520px) {
  .news-list-page .news-page__content .bg-rectangles__right-bottom {
    right: -110px;
    bottom: 50px;
    width: 220px;
    height: 290px;
  }
}
.news-list-page .news-page__content .news-page__title {
  font-size: 36px;
  color: #434343;
  margin: 0 auto 50px;
  text-align: center;
}
.news-list-page .news-page__content .news-list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 990px) {
  .news-list-page .news-page__content .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .news-list-page .news-page__content .news-list {
    grid-template-columns: 1fr;
  }
}
.news-list-page .news-page__content .news-list .news-list__item {
  flex-shrink: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-list-page .news-page__content .news-list .news-list__item .image-block {
  width: 100%;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-list-page .news-page__content .news-list .news-list__item .image-block:hover {
  cursor: pointer;
}
.news-list-page .news-page__content .news-list .news-list__item .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list-page .news-page__content .news-list .news-list__item .item-title {
  font-weight: 700;
  font-size: 24px;
  color: #434343;
  margin-bottom: 15px;
}
.news-list-page .news-page__content .news-list .news-list__item .short-description {
  margin-bottom: 30px;
}