.news-last-wrapper {
  display: flex;
  gap: 30px;
}
.news-last-wrapper .news-item-wrap {
  display: flex;
  width: 100%;
  gap: 30px;
}
.news-last-wrapper .news-item-wrap.one {
  max-width: 620px;
}
.news-last-wrapper .news-item-wrap.one .news-item__img {
  height: 25vw;
}

.news-last-wrapper .news-item-wrap.two {
  flex-direction: column;
}
.news-last-wrapper .news-item-wrap.two .news-item {
  flex-direction: row-reverse;
}
.news-last-wrapper .news-item-wrap.two .news-item__img {
  flex-shrink: unset;
  max-width: 430px;
  height: auto;
}
.news-last-wrapper .news-item-wrap.two .news-item__content {
  width: 100%;
  margin-top: 0;
  margin-right: -40px;
}

@media (max-width: 1700px) {
  .news-last-wrapper .news-item-wrap.one {
    width: 40%;
  }
  .news-last-wrapper .news-item-wrap.two {
    width: 60%;
  }
}
@media (max-width: 1600px) {
  .news-last-wrapper,
  .news-last-wrapper .news-item-wrap {
    gap: 10px;
  }
}
@media (max-width: 1100px) {
  .news-last-wrapper .news-item-wrap.one .news-item__img {
    height: 30vw;
  }
}
@media (max-width: 768px) {
  .news-last-wrapper {
    flex-direction: column !important;
  }
  .news-last-wrapper .news-item-wrap {
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
  }
  .news-last-wrapper .news-item-wrap .news-item {
    flex-direction: row-reverse !important;
  }
  .news-last-wrapper .news-item-wrap .news-item__img {
    width: 70% !important;
    max-width: 250px !important;
    flex-shrink: unset;
    height: auto !important;
  }
  .news-last-wrapper .news-item-wrap .news-item__content {
    width: 100%;
    margin-top: 0;
    margin-right: -40px;
  }
}
@media (max-width: 380px) {
  .news-last-wrapper .news-item-wrap .news-item {
    flex-direction: column !important;
  }
  .news-last-wrapper .news-item-wrap .news-item__img {
    width: 100% !important;
    max-width: none !important;
    flex-shrink: 0;
    height: 55vw !important;
  }
  .news-last-wrapper .news-item-wrap .news-item__content {
    margin-top: -40px;
    margin-right: 0;
  }
}
