.unext-in-the-news .news-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.unext-in-the-news .news-main .left {
  display: flex;
  gap: 3px;
}
.unext-in-the-news .news-main .left img {
  align-self: center;
}
.unext-in-the-news .news-main .left h2 {
  line-height: 1.4;
  align-self: center;
  margin-bottom: 0px;
}
.unext-in-the-news .news-main .left h2 span {
  line-height: 1.4;
}
.unext-in-the-news .border-top {
  border: 0.35px solid #676767;
  margin-bottom: 20px;
  opacity: 0.5;
}
.unext-in-the-news .border-bottom {
  border: 0.35px solid #676767;
  margin-top: 20px;
  margin-bottom: 40px;
  opacity: 0.5;
}
.unext-in-the-news .top-border {
  opacity: 0 !important;
  margin-bottom: 20px;
}
.unext-in-the-news .read-article {
  font-size: 20px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  gap: 6px;
  cursor: pointer;
  margin-bottom: 30px;
}
.unext-in-the-news .read-article img {
  align-self: center;
  width: 8px;
}
.unext-in-the-news .news-wrapper {
  display: flex;
  justify-content: space-between;
}
.unext-in-the-news .news-wrapper .first-block {
  width: 25%;
  opacity: 1;
}
.unext-in-the-news .news-wrapper .first-block span {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  opacity: 0.6;
  transition: opacity 0.6s ease-in-out;
}
.unext-in-the-news .news-wrapper .second-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.unext-in-the-news .news-wrapper .second-block .unext-img {
  margin-bottom: 20px;
}
.unext-in-the-news .news-wrapper .second-block .news-text {
  color: #fff;
  letter-spacing: -0.5px;
  font-family: "Inter";
  line-height: 1.4;
  opacity: 0.6;
  transition: opacity 0.6s ease-in-out;
  font-size: 22px;
}
.unext-in-the-news .news-wrapper .third-block {
  width: 25%;
}
.unext-in-the-news .news-wrapper .third-block .newslogo-wrapper {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border-radius: 3px;
}
.unext-in-the-news .news-wrapper .third-block .newslogo-wrapper img {
  transition: opacity 0.6s ease-in-out;
}
.unext-in-the-news .news-main-wrapper:hover .news-text {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.unext-in-the-news .news-main-wrapper:hover .third-block img {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.unext-in-the-news .news-main-wrapper:hover .first-block span {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.unext-in-the-news .news-main-wrapper:hover .read-article {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 30px;
}
.unext-in-the-news .news-main-wrapper:hover .news-text:hover {
  opacity: 0.9;
}
.unext-in-the-news .news-main-wrapper:hover .border-top {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.unext-in-the-news .news-main-wrapper:hover .top-border {
  opacity: 1 !important;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .unext-in-the-news {
    position: relative;
  }
  .unext-in-the-news .top-border {
    opacity: 0.2 !important;
    margin-bottom: 20px;
    color: #C0B9B8;
  }
  .unext-in-the-news .border-top {
    border: 0.5px solid #C0B9B8;
    margin-bottom: 20px;
    opacity: 0.2;
  }
  .unext-in-the-news .news-wrapper {
    flex-direction: column;
  }
  .unext-in-the-news .news-wrapper .border-top {
    border-top: 0.5px solid #C0B9B8;
  }
  .unext-in-the-news .news-wrapper .first-block {
    order: 1;
    width: 100%;
    margin-bottom: 16px;
  }
  .unext-in-the-news .news-wrapper .first-block span {
    font-size: 20px;
    color: #fff;
    opacity: 1;
  }
  .unext-in-the-news .news-wrapper .third-block {
    width: 100%;
    order: 2;
  }
  .unext-in-the-news .news-wrapper .third-block .newslogo-wrapper {
    margin-bottom: 24px;
  }
  .unext-in-the-news .news-wrapper .third-block .newslogo-wrapper img {
    opacity: 1;
  }
  .unext-in-the-news .news-wrapper .second-block {
    order: 3;
    width: 100%;
  }
  .unext-in-the-news .news-wrapper .second-block .news-text {
    opacity: 1;
  }
  .unext-in-the-news .news-wrapper .second-block .unext-img {
    margin-bottom: 16px;
  }
  .unext-in-the-news .news-main .left h1 {
    font-size: 24px;
  }
  .unext-in-the-news .news-main .left h1 span {
    font-size: 24px;
  }
  .unext-in-the-news .news-main .right {
    position: absolute;
    bottom: -70px;
  }
  .unext-in-the-news .read-article {
    opacity: 1;
    margin-bottom: 20px;
    font-family: "Inter";
  }
  .unext-in-the-news .read-article img {
    width: 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .unext-in-the-news .news-wrapper .second-block .news-text {
    font-size: 18px;
  }
  .unext-in-the-news .news-wrapper .third-block .newslogo-wrapper .unext-img {
    max-width: 160px;
  }
  .unext-in-the-news:hover .read-article {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .unext-in-the-news .news-wrapper .first-block span {
    font-size: 20px;
  }
  .unext-in-the-news .news-wrapper .second-block .unext-img {
    margin-bottom: 30px;
  }
  .unext-in-the-news .news-wrapper .second-block .news-text {
    font-size: 28px;
  }
  .unext-in-the-news .news-wrapper .third-block img {
    margin-bottom: unset;
    max-width: 234px;
  }
  .unext-in-the-news .border-top {
    margin-bottom: 30px;
  }
  .unext-in-the-news .read-article {
    font-size: 24px;
  }
}/*# sourceMappingURL=news.css.map */