.news {
  padding: 2rem 0;
}
.news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.news__body {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  margin-top: 3.125rem;
}
.news__body + .news__btn {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.25rem;
}
.news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
.news__card.news__card-interactive {
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}
.news__card.news__card-interactive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
.news__card.news__card-interactive .news__card-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  border-radius: 1rem;
}
.news__card.news__card-interactive .news__card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.news__card.news__card-interactive .time-label {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.news__card-content {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.news__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news__card-time {
  border-radius: 6.25rem;
  padding: 0.38rem 0.94rem;
  background: #f2f2f2;
  color: #969696;
  display: block;
}
.news__card-caption {
  margin-top: 1.5rem;
}
.news__card-text {
  margin-top: 1.5rem;
  opacity: 0.75;
  line-height: 130%;
}
.news__card-image img {
  border-radius: 1rem;
}
@media (min-width: 575.98px) {
  .news {
    padding: 4rem 0;
  }
}
@media (min-width: 767.98px) {
  .news__body {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 991.98px) {
  .news__body + .news__btn {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1199.98px) {
  .news__body {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1439.98px) {
  .news {
    padding: 6.25rem 0;
  }
  .news__body {
    margin-top: 6.25rem;
    -ms-grid-columns: (1fr) [23];
    grid-template-columns: repeat(23, 1fr);
  }
  .news__card {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .news__card.news__card-lg {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .news__card.news__card-lg .news__card-content {
    padding: 2.5rem;
  }
}
@media (min-width: 1879.98px) {
  .news__body {
    gap: 3.125rem;
  }
}
@media (max-width: 575.98px) {
  .news__card-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
