.news-home__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.news-home__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc((100% - 20px) / 2);
}

.news-home__imgs .article {
  width: calc((100% - 20px) / 2);
}

.news-home__noimgs {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 25px;
  max-width: 546px;
  width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-home__noimgs .article {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
  border-radius: 0;
}

.news-home__noimgs .article:first-child {
  padding-top: 0;
}

.news-home__noimgs .article:last-child {
  border: 0;
  padding-bottom: 0;
}

.news-home__noimgs .article:last-child .article__arrows {
  right: 0;
  bottom: calc(50% - 20px);
}

.news-home__noimgs .article > * {
  padding: 0;
  margin: 0;
}

.news-home__noimgs .article:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.news-home__noimgs .article__arrows {
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

@media (max-width: 1919px) {
  .news-home__noimgs {
    max-width: 426px;
  }
}

@media (max-width: 1199px) {
  .news-home__noimgs {
    width: 100%;
    max-width: 100%;
  }

  .news-home__noimgs .article {
    max-width: 100%;
  }
}

@media (max-width: 833px) {
  .news-home__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }

  .news-home__imgs .article {
    width: 100%;
  }

  .news-home__noimgs {
    padding: 20px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
