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

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

  /* NOTE Title */
  .who-trusts-h1 {
    color: var(--color-white);

    /* H1 */
    font-family: var(--font-primary);
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 4.75rem */
    letter-spacing: -0.095rem;
  }

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

  .hero-who-trusts-title-content {
    max-width: 90%;
    color: var(--color-white);

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

  /* NOTE CADRS */
  .hero-who-trusts-cards-max {
    width: 100%;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
  }

  .hero-who-trusts-card {
    /* overflow: inherit; */
    display: flex;
    justify-content: center;
    flex: 1 0 0;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 16px 32px -4px rgba(11, 19, 90, 0.16);
    backdrop-filter: blur(16px);
  }

  .hero-who-trusts-card-column {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
  }

  .hero-who-trusts-card-content {
    display: flex;
    padding: 0rem 0.5rem;
    align-items: flex-start;
    gap: 1rem;
    font-family: var(--font-primary);
    font-size: 0.89rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    letter-spacing: -0.01rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
  }

  .hero-who-trusts-card-subinfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-who-trusts-card-img-left {
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    /* width: 7.5rem; */
    filter: grayscale(1);
  }

  .second-content {
    align-self: stretch;

    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: -0.00875rem;
    margin-top: 1rem;
  }

  .second-content p {
    padding: 0px;
    margin: 0;
  }

  .div-mix-blend-color {
    background: var(--color-white);
    mix-blend-mode: color;
    height: -webkit-fill-available;
  }
}

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

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

  /* NOTE Title */
  .who-trusts-h1 {
    color: var(--color-white);

    /* H1 */
    font-family: var(--font-primary);
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 4.75rem */
    letter-spacing: -0.095rem;
  }

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

  .hero-who-trusts-title-content {
    max-width: 90%;
    color: var(--color-white);

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

  /* NOTE CADRS */
  .hero-who-trusts-cards-max {
    width: 100%;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
  }

  /* .hero-who-trusts-card {
    
    overflow: inherit;
    display: flex;
    justify-content: center;
    flex: 1 0 0;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 16px 32px -4px rgba(11, 19, 90, 0.16);
    backdrop-filter: blur(16px);
  } */

  .hero-who-trusts-card-column {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
  }

  .hero-who-trusts-card-content {
    display: flex;
    padding: 0rem 0.5rem;
    align-items: flex-start;
    gap: 1rem;
    font-family: var(--font-primary);
    font-size: 0.89rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    letter-spacing: -0.01rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
  }

  .hero-who-trusts-card-subinfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-who-trusts-card-img-left {
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    /* width: 7.5rem; */
    filter: grayscale(1);
  }

  .second-content {
    align-self: stretch;

    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: -0.00875rem;
    margin-top: 1rem;
  }

  .second-content p {
    padding: 0px;
    margin: 0;
  }

  .div-mix-blend-color {
    background: var(--color-white);
    mix-blend-mode: color;
    height: -webkit-fill-available;
  }
}

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

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

  /* NOTE Title */
  .who-trusts-h1 {
    color: var(--color-white);

    /* H1 */
    font-family: var(--font-primary);
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 4.75rem */
    letter-spacing: -0.095rem;
  }

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

  .hero-who-trusts-title-content {
    max-width: 90%;
    color: var(--color-white);

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

  /* NOTE CADRS */
  .hero-who-trusts-cards-max {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
  }


  .hero-who-trusts-card-column {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
  }

  .hero-who-trusts-card-content {
    display: flex;
    padding: 0rem 0.5rem;
    align-items: flex-start;
    gap: 1rem;
    font-family: var(--font-primary);
    font-size: 0.89rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    letter-spacing: -0.01rem;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
  }

  .hero-who-trusts-card-subinfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-who-trusts-card-img-left {
    border-radius: 0.5rem 0rem 0rem 0.5rem;
    /* width: 7.5rem; */
    filter: grayscale(1);
  }

  .second-content {
    align-self: stretch;

    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: -0.00875rem;
    margin-top: 1rem;
  }

  .second-content p {
    padding: 0px;
    margin: 0;
  }

  .div-mix-blend-color {
    background: var(--color-white);
    mix-blend-mode: color;
    height: -webkit-fill-available;
  }
}

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

  .hero-who-trusts-max {
    max-width: 77rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-self: stretch;
    padding-top: 5rem;
  }

  /* NOTE Title */
  .who-trusts-h1 {
    color: var(--color-white);

    /* H1 */
    font-family: var(--font-primary);
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 4.75rem */
    letter-spacing: -0.095rem;
  }

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

  .hero-who-trusts-title-content {
    max-width: 90%;
    color: var(--color-white);


    font-family: var(--font-primary);
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
    letter-spacing: -0.0125rem;
  }

  /* NOTE CADRS */
  .hero-who-trusts-cards-max {
    /* width: 90%; */
    display: flex;
    align-items: stretch;
    gap: 1.5rem;
    flex-direction: row;
    z-index: 1000;
    max-width: unset;
  }

  .hero-who-trusts-card {
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 16px 32px -4px rgba(11, 19, 90, 0.16);
    backdrop-filter: blur(16px);
  }

  .hero-who-trusts-card-column {
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex: 1 0 0;
    max-width: 260px;
  }

  .hero-who-trusts-card-content {
    display: flex;
    padding: 0rem 1rem;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;

    font-family: var(--font-primary);
    font-size: .875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    letter-spacing: -0.01rem;

    border-left: 3px solid rgba(255, 255, 255, 0.3);
  }

  .hero-who-trusts-card-subinfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    align-self: stretch;
  }

  .hero-who-trusts-card-img-left {
    width: 7.9rem;
    filter: grayscale(1);
    object-fit: cover;
  }

  .second-content {
    align-self: stretch;

    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    /* 1.225rem */
    letter-spacing: -0.00875rem;
    margin-top: 1rem;
  }

  .second-content p {
    padding: 0px;
    margin: 0;
  }

  .div-mix-blend-color {
    background: var(--color-white);
    mix-blend-mode: color;
    height: -webkit-fill-available;
  }
}