.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__degree-separator {
    margin-left: 0.75rem;
    position: relative;
  }
  .content .cards-item__degree-separator:before {
      content: "•";
      position: absolute;
      left: -0.5rem;
    }
  .content .cards-item__title {
    margin-bottom: 0px;
    margin-top: 1.5rem;
  }
  .content .cards-item__text {
    margin-bottom: 0px;
    margin-top: 1.5rem;
  }

.home .cards {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.home .cards .heading-1 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.home .cards .cards-item img {
      display: none;
    }

.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);
    }

.home .cards .cards-item__content h4 {
        margin-top: 0px;
        margin-bottom: 0px;
      }

.home .cards .cards-item__title--bg {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem;
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
      background: var(--body-color);
      background-image: url('../png/card-background_51807d219.png');
    }
