.listWrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
}

.title {
    font-weight: 300;
    line-height: normal;
    font-family: var(--ff-main);
    color: white;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: var(--letter-spacing-base);
    padding-bottom: 1rem;
}