.circle {
    display: block;
    border-radius: 50%;
    margin: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    margin: 0px 10px 0px 10px;
    flex-shrink: 0;
}

.line {
    background-color: #FFFFFF;
    display: block;
    height: 4px;
    width: 100%;
    margin: 0px 16px;
}

.section-creation .line {
    background-color: #000000 !important;
}

.section-creation .circle {
    background-color: #000000 !important;
}

.section-contact .line {
    background-color: #000000 !important;
}

.section-contact .circle {
    background-color: #000000 !important;
}

