.other-support-sec {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (min-width: 1920px) {

    .other-support-sec {
        max-width: 1400px;
    }
}

  .other-support-sec h2 {
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

  @media (min-width: 768px) {

    .other-support-sec h2 {
        font-size: 2rem;
        line-height: 1.5;
        font-weight: 500;
    }
}

  .other-support-sec .support-box {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

  @media (min-width: 768px) {

    .other-support-sec .support-box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

  @media (min-width: 1024px) {

    .other-support-sec .support-box {
        grid-template-columns: repeat(auto-fit,minmax(0,1fr));
    }
}

  .other-support-sec .support-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 12px;
    padding: 1.25rem;
  }

  @media (min-width: 768px) {

  .other-support-sec .support-card {
      min-height: 221px
  }
    }

  @media (min-width: 1024px) {

  .other-support-sec .support-card {
      min-height: 253px
  }
    }

  @media (min-width: 1440px) {

  .other-support-sec .support-card {
      min-height: 295px
  }
    }

  @media (min-width: 1920px) {

  .other-support-sec .support-card {
      min-height: 273px
  }
    }

  .other-support-sec .support-card .icon-xlarge {
    margin-bottom: 0.75rem;
}

  .other-support-sec .support-card h4 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

  @media (min-width: 1024px) {

    .other-support-sec .support-card h4 {
        font-size: 1.375rem;
        line-height: 1.5;
        font-weight: 500;
    }
}

  .other-support-sec .support-card p {
      color: rgb(255 255 255 / 0.6);
      letter-spacing: 0.56px;
      font-size: 0.875rem;
      line-height: 1.6;
      letter-spacing: 0.04rem;
    }

  .other-support-sec .support-card .btn-arrow {
    margin-top: 1.5rem;
    align-self: flex-end;
}

  @media (min-width: 768px) {

    .other-support-sec .support-card .btn-arrow {
        margin-top: auto;
    }
}

  .other-support-sec .support-card:not(.info-only):hover {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.4);
    }

  .other-support-sec .support-card:not(.info-only):hover .btn-arrow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 103 0 / var(--tw-text-opacity, 1));
}

/*# sourceMappingURL=other-support.css.map */
