.rounded-box-with-headline-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: solid 1px var(--FC-blue-dark);
    height: 100%;
    margin-bottom: 50px;
}

.rounded-box-with-headline-headline-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
    background-color: var(--FC-blue-dark);
    padding: 25px;
    text-align: center;
} 

.rounded-box-with-headline-subsubheadline {
    text-align: center;
    padding-bottom: 20px;
}

.rounded-box-with-headline-divider {
    margin: 0;
    background-color: var(--FC-blue-dark);
    opacity: 1;
    height: 1px;
}

.rounded-box-with-headline-content {
    padding: 20px;
    padding-top: 0;
}

.rounded-box-with-headline-content ul {
    margin-bottom: 0;
    padding-left: 16px;
}

.rounded-box-with-headline-content ul li {
    padding-bottom: 10px;
    font-size: 16px;
}

.rounded-box-with-headline-content ul li::marker {
    color: var(--FC-orange);
}