ul.custom-list li {
  margin-bottom: 0.5rem; /* Adjust as needed */
}

.header-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    color: var(--dark-primary);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.sub-header-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: var(--dark-primary);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}