/* News + Content */
.sections .section {
  padding-top: 0;
}

.latest-news .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding-top: clamp(102px, 83.71px + 4.8773vw, 271px);
}
.latest-news .title-wrapper .title {
  color: var(--XPRIZE-Black-XPRIZE-Black, #151515);
  /* H1/Messina | Bold */
  /* H1/Messina | Bold */
  font-family: "Messina Sans";
  font-size: clamp(40px, 27.01px + 3.4632vw, 160px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 192px */
  letter-spacing: clamp(-0.28px, -0.22px - 0.0173vw, -0.88px);
}
.latest-news .title-wrapper .filters {
  display: flex;
  align-items: flex-start;
  gap: var(--Default-Fluid-Sizes-XS, 24px);
}
.latest-news .title-wrapper .filters .filter .nav-link {
  padding: var(--Alt-Fluid-Sizes-S-Low, 16px) var(--Alt-Fluid-Sizes-M-Low, 20px);
  white-space: nowrap;
}
.latest-news .title-wrapper .filters .dropdown .dropdown-menu .nav-link {
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .latest-news .title-wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .latest-news .title-wrapper .filters {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .latest-news .title-wrapper {
    flex-direction: column;
    gap: 48px;
  }
}
