/* NOTE Mobile P */
@media screen and (min-width: 320px) {
  #cases {
    align-self: stretch;
    background: url(../../img/bg/mesh_mobilet.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* NOTE Title */
  .cases-h2 {
    color: var(--color-primary-dark-100);

    /* H2 */
    font-family: var(font-primary);
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 3.25rem */
    letter-spacing: -0.13rem;
  }

  .hero-cases-title-max {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 1rem;
  }

  .hero-cases-title-content {
    max-width: 100%;
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.0125rem;
  }

  .hero-cases-max {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    align-self: stretch;
    padding: 3rem 1rem 0rem 1rem;
  }

  /* NOTE CADRS */
  .hero-cases-cards-max {
    width: 100%;
    display: flex;
    padding: 1rem;
    align-content: center;
    gap: 1.5rem;
    align-self: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .hero-cards-title-max {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-cards-title-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1 0 0;
  }

  .hero-cards-textbody {
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/MD/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.01rem;
  }

  .cases-primary-title {
    align-self: stretch;
    color: var(--color-primary-100);

    /* Subheader/SM */
    font-family: var(--font-primary);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 0.975rem */
    letter-spacing: 0.04063rem;
    text-transform: uppercase;
  }

  .cases-primary-subtitle {
    align-self: stretch;
    color: var(--color-primary-dark-100);

    /* H5 */
    font-family: var(--font-primary);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 1.2375rem */
    letter-spacing: -0.0225rem;
  }

  .card-cases {
    display: flex;
    min-width: 15rem;
    /* height: -webkit-fill-available; */
    height: auto;
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
    border: 1px solid var(--color-border);
  }

  .hero-cards-textbody-content {
    align-self: stretch;
    width: 100%;
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/MD/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.01rem;
  }
}

/* NOTE Mobile M */
@media screen and (min-width: 375px) {
  #cases {
    align-self: stretch;
    background: url(../../img/bg/mesh_mobilet.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* NOTE Title */
  .cases-h2 {
    color: var(--color-primary-dark-100);

    /* H2 */
    font-family: var(font-primary);
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 3.25rem */
    letter-spacing: -0.13rem;
  }

  .hero-cases-title-max {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 1rem;
  }

  .hero-cases-title-content {
    max-width: 100%;
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.0125rem;
  }

  .hero-cases-max {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    align-self: stretch;
    padding: 3rem 1rem 0rem 1rem;
  }

  /* NOTE CADRS */
  .hero-cases-cards-max {
    width: 100%;
    display: flex;
    padding: 1rem;
    align-content: center;
    gap: 1.5rem;
    align-self: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .hero-cards-title-max {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-cards-title-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1 0 0;
  }

  .hero-cards-textbody {
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/MD/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.01rem;
  }

  .cases-primary-title {
    align-self: stretch;
    color: var(--color-primary-100);

    /* Subheader/SM */
    font-family: var(--font-primary);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 0.975rem */
    letter-spacing: 0.04063rem;
    text-transform: uppercase;
  }

  .cases-primary-subtitle {
    align-self: stretch;
    color: var(--color-primary-dark-100);

    /* H5 */
    font-family: var(--font-primary);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 1.2375rem */
    letter-spacing: -0.0225rem;
  }

  .card-cases {
    display: flex;
    min-width: 15rem;
    /* height: -webkit-fill-available; */
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
    border: 1px solid var(--color-border);
  }

  .hero-cards-textbody-content {
    align-self: stretch;
    width: 100%;
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/MD/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.01rem;
  }
}

/* NOTE Mobile G */
@media screen and (min-width: 425px) {
  #cases {
    align-self: stretch;
    background: url(../../img/bg/mesh_mobilet.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* NOTE Title */
  .cases-h2 {
    color: var(--color-primary-dark-100);

    /* H2 */
    font-family: var(font-primary);
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 3.25rem */
    letter-spacing: -0.13rem;
  }

  .hero-cases-title-max {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 1rem;
  }

  .hero-cases-title-content {
    max-width: 100%;
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.0125rem;
  }

  .hero-cases-max {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    align-self: stretch;
    padding: 3rem 1rem 0rem 1rem;
  }

  /* NOTE CADRS */
  .hero-cases-cards-max {
    width: 100%;
    display: flex;
    padding: 1rem;
    align-content: center;
    gap: 1.5rem;
    align-self: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .hero-cards-title-max {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-cards-title-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1 0 0;
  }

  .hero-cards-textbody {
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/MD/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.01rem;
  }

  .cases-primary-title {
    align-self: stretch;
    color: var(--color-primary-100);

    /* Subheader/SM */
    font-family: var(--font-primary);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 0.975rem */
    letter-spacing: 0.04063rem;
    text-transform: uppercase;
  }

  .cases-primary-subtitle {
    align-self: stretch;
    color: var(--color-primary-dark-100);

    /* H5 */
    font-family: var(--font-primary);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 1.2375rem */
    letter-spacing: -0.0225rem;
  }

  .card-cases {
    display: flex;
    min-width: 15rem;
    /* height: -webkit-fill-available; */

    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
    border: 1px solid var(--color-border);
  }

  .hero-cards-textbody-content {
    align-self: stretch;
    width: 100%;
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/MD/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.01rem;
  }
}

/* NOTE Desktop 1024+ */
@media screen and (min-width: 1024px) {
  #cases {
    align-self: stretch;
    background: url(../../img/bg/mesh_gradient.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* NOTE Title */
  .cases-h2 {
    color: var(--color-primary-dark-100);

    /* H2 */
    font-family: var(font-primary);
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 3.25rem */
    letter-spacing: -0.13rem;
  }

  .hero-cases-title-max {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 0;
  }

  .hero-cases-title-content {
    max-width: 55%;
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    /* 1.625rem */
    letter-spacing: -0.0125rem;
  }

  .hero-cases-max {
    max-width: 77rem;
    margin: 5rem auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-self: stretch;
  }

  /* NOTE CADRS */
  .hero-cases-cards-max {
    width: 100%;
    display: flex;
    padding: 1rem;
    align-content: center;
    gap: 1.5rem;
    align-self: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .hero-cards-title-max {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-cards-title-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    flex: 1 0 0;
  }

  .hero-cards-textbody {
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/MD/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.01rem;
  }

  .cases-primary-title {
    align-self: stretch;
    color: var(--color-primary-100);

    /* Subheader/SM */
    font-family: var(--font-primary);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 0.975rem */
    letter-spacing: 0.04063rem;
    text-transform: uppercase;
  }

  .cases-primary-subtitle {
    align-self: stretch;
    color: var(--color-primary-dark-100);

    /* H5 */
    font-family: var(--font-primary);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 1.2375rem */
    letter-spacing: -0.0225rem;
  }

  .card-cases {
    display: flex;
    min-width: 20rem;
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
    border: 1px solid var(--color-border);
  }

  .hero-cards-textbody-content {
    align-self: stretch;
    width: 100%;
    color: var(--color-text-default);
    font-variant-numeric: ordinal;

    /* Body/MD/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    /* 1.5rem */
    letter-spacing: -0.01rem;
  }
}