.news {
  margin-top: 138px;
}
.news .heading2 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.news__card-wrap {
  margin-top: 63px;
  position: relative;
  background: var(--color3);
  border-radius: 36px;
}
.news__card-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: 36px;
  background: var(--gradient2);
}
.news__card-wrap:hover::before {
  background: var(--color1);
}
.news__card-wrap:hover .news__card {
  background: var(--color3);
}
.news__card {
  background: var(--gradient3);
  border-radius: 36px;
  padding: 20px 20px 18px;
  position: relative;
}
.news__image {
  position: relative;
  width: 51.1%;
  padding-bottom: 44.14%;
  margin-right: 30px;
}
.news__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 36px;
}
.news__content {
  width: 100%;
}
.news__header {
  min-height: 88px;
  line-height: 1;
}
.news__button {
  min-width: 235px;
  position: absolute;
  bottom: 18px;
  right: 20px;
}

@media (max-width: 1399px) {
  .news {
    margin-top: 117px;
  }
  .news__image {
    width: 100%;
    margin-top: 2px;
    padding-bottom: 63.35%;
  }
  .news__card {
    padding-top: 18px;
  }
  .news__header {
    min-height: 67px;
  }
  .news__button {
    min-width: 183px;
  }
}
@media (max-width: 1023px) {
  .news {
    margin-top: 98px;
  }
  .news__card {
    padding: 17px 12px 92.7px;
  }
  .news__card-wrap {
    margin-top: 53px;
  }
  .news__header {
    min-height: 95px;
    line-height: 0.95;
  }
  .news__image {
    padding-bottom: 63.03%;
  }
  .news__image img {
    border-radius: 24px;
  }
  .news__button {
    bottom: 19px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .news {
    margin-top: 50px;
  }
  .news__card {
    padding: 17px 20px 0;
  }
  .news__card-wrap {
    margin-top: 31px;
  }
  .news__image {
    width: 71.72%;
    margin-right: 0;
    padding-bottom: 96.55%;
  }
  .news__content {
    margin-top: 30px;
  }
  .news__header {
    min-height: auto;
  }
  .news__text {
    margin-top: 20px;
  }
  .news__button {
    min-width: 100%;
    position: relative;
    margin-top: 38px;
    left: 0;
    bottom: 18px;
  }
}/*# sourceMappingURL=news.css.map */