section.front-hero .date {
  font: var(--h5-font);
}
section.front-hero .btn {
  margin-top: 0.3125rem;
  display: inline-block;
}
section.front-hero .img-wrapper {
  width: 100%;
}
section.front-hero .img-wrapper img {
  aspect-ratio: 16/9;
}
section.front-hero article + article {
  border-top: 1px solid var(--green);
  padding-top: 0.9375rem;
}
@container main (max-width: 47.9375rem) {
  section.front-hero .main-news .img-wrapper {
    margin-left: calc(var(--inline-padding) * -1);
    width: calc(100% + var(--inline-padding) * 2);
    max-width: calc(100% + var(--inline-padding) * 2) !important;
  }
}