.generic-section {
  font-style: normal;
  text-align: left;
  .title,
  .subtitle {
    font-style: normal;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #05053d;
    margin: 8px 16px;
  }
  .title {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-top: 16px;
  }
  .subtitle {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    padding-top: 16px;
  }
  .cards {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-top: 24px;
  }
}
