.content-highlights {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 136px; }
  @media screen and (max-width: 1200px) {
    .content-highlights {
      padding: 60px; } }
  @media screen and (max-width: 768px) {
    .content-highlights {
      padding-top: 80px;
      padding: 40px 20px; } }
  .content-highlights .heading {
    width: 100%;
    font-family: "FFMarkStdMedium", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .content-highlights .heading {
        font-size: 2rem;
        line-height: 2.75rem; } }
  .content-highlights .description {
    width: 100%;
    margin-bottom: 20px; }
    .content-highlights .description p {
      font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
      font-size: 1.25rem;
      line-height: 2rem;
      text-align: center; }
    @media screen and (max-width: 1024px) {
      .content-highlights .description {
        font-size: 1.125rem;
        line-height: 1.85rem; } }
  .content-highlights .cards-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 30px;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .content-highlights .cards-section {
        flex-direction: column;
        align-items: center; } }
    .content-highlights .cards-section .card {
      width: calc(25% - 16px);
      background-color: #ffffff;
      border-radius: 15px;
      padding: 24px 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 10px; }
      @media screen and (max-width: 1024px) {
        .content-highlights .cards-section .card {
          width: 90%; } }
      .content-highlights .cards-section .card-title {
        margin-bottom: 20px; }
        .content-highlights .cards-section .card-title-text {
          min-height: 56px;
          font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
          font-weight: bold;
          font-size: 1.375rem;
          line-height: 2rem;
          text-align: center;
          color: #000000; }
      .content-highlights .cards-section .card-body {
        flex-grow: 1;
        font-family: "Gotham Rounded SSm A", "Gotham Rounded SSm B", sans-serif;
        font-size: 1.25rem;
        line-height: 2rem;
        text-align: center;
        color: #000000; }
  .content-highlights .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 568px) {
      .content-highlights .button-wrapper {
        flex-direction: column; } }
    .content-highlights .button-wrapper .ch-button {
      padding: 11px 20px;
      gap: 6px;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #E20886;
      border: 2px solid #E20886;
      font-size: 1rem;
      margin: 0px 10px; }
      @media screen and (max-width: 568px) {
        .content-highlights .button-wrapper .ch-button {
          margin: 10px 0px; } }
      .content-highlights .button-wrapper .ch-button-icon {
        transform: rotate(180deg); }
        .content-highlights .button-wrapper .ch-button-icon g {
          fill: #ffffff; }
      .content-highlights .button-wrapper .ch-button-text {
        color: #ffffff; }
      .content-highlights .button-wrapper .ch-button:hover {
        background-color: #ffffff;
        border: 2px solid #E20886; }
        .content-highlights .button-wrapper .ch-button:hover .ch-button-text {
          color: #E20886; }
        .content-highlights .button-wrapper .ch-button:hover .ch-button-icon g {
          fill: #E20886; }
    .content-highlights .button-wrapper .ch-button-white.ch-button {
      background-color: #ffffff;
      border: 2px solid #ffffff; }
      .content-highlights .button-wrapper .ch-button-white.ch-button .ch-button-icon g {
        fill: #E20886; }
      .content-highlights .button-wrapper .ch-button-white.ch-button .ch-button-text {
        color: #E20886; }
      .content-highlights .button-wrapper .ch-button-white.ch-button:hover {
        background-color: #E20886;
        border: 2px solid #ffffff; }
        .content-highlights .button-wrapper .ch-button-white.ch-button:hover .ch-button-text {
          color: #ffffff; }
        .content-highlights .button-wrapper .ch-button-white.ch-button:hover .ch-button-icon g {
          fill: #ffffff; }
  .content-highlights.white-background {
    background-color: #ffffff; }
    .content-highlights.white-background .heading {
      color: #007ACC; }
    .content-highlights.white-background .description > p {
      color: #000000; }
    .content-highlights.white-background .cards-section .card {
      border: 1px solid #17325e; }
  .content-highlights.blue-background {
    background-color: #007ACC; }
    .content-highlights.blue-background .heading, .content-highlights.blue-background .description > p {
      color: #ffffff; }
  .content-highlights.pink-background {
    background-color: #E20886; }
    .content-highlights.pink-background .heading, .content-highlights.pink-background .description > p {
      color: #ffffff; }
  .content-highlights.navy-background {
    background-color: #17325e; }
    .content-highlights.navy-background .heading, .content-highlights.navy-background .description > p {
      color: #ffffff; }
  .content-highlights.blue-tint-background {
    background-color: #F2F8FC; }
    .content-highlights.blue-tint-background .heading {
      color: #007ACC; }
    .content-highlights.blue-tint-background .description > p {
      color: #000000; }
  .content-highlights.pink-tint-background {
    background-color: #FEF3F9; }
    .content-highlights.pink-tint-background .heading {
      color: #E20886; }
    .content-highlights.pink-tint-background .description > p {
      color: #000000; }
  .content-highlights.gradient-blue-pink-background {
    background: radial-gradient(40.51% 40.51% at 22.21% 16.45%, #075488E0 0%, #007ACB00 100%), radial-gradient(61.93% 148.61% at 85.33% 90.45%, #E10885B3 1.02%, #E1088500 100%), #17325E; }
    .content-highlights.gradient-blue-pink-background .heading, .content-highlights.gradient-blue-pink-background .description > p {
      color: #ffffff; }
  .content-highlights.gradient-pink-blue-background {
    background: radial-gradient(ellipse at top left, #8D1975 10%, transparent), radial-gradient(ellipse at center, #17325E 50%, transparent), radial-gradient(ellipse at bottom right, #007ACC 100%, transparent); }
    .content-highlights.gradient-pink-blue-background .heading, .content-highlights.gradient-pink-blue-background .description > p {
      color: #ffffff; }
