.link-list-section {
    margin-bottom: 56px;
}

.link-list-section-title {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 32px;

    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    color: var(--off-black);

    border-bottom: 2px solid var(--off-black);
}

.link-list-section-items {
    margin-bottom: 48px;
}

.link-list-item {
    max-width: 560px;
    margin-bottom: 32px;
}

.link-list-item a {
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
}

.link-list-item p {
    margin: 8px 0px 0px 0px;
    font-weight: normal; /* this is not the default style */
    line-height: 23px; /* this is not the default style */
}