.content .cards-item__content {
    border-color: var(--gray-200, #e4e4e7);
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-width: 1px;
  }
  .content .cards-item h4 {
    margin-bottom: 0px;
    margin-top: 2rem;
  }
  .content .cards-item p {
    font-size: 0.75rem;
    line-height: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0px;
    margin-top: 2rem;
  }

.home .cards .cards-item__content {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      border-style: none;
      color: var(--body-color, #3f3f46);
    }

