/* DIVIDERS */
.custom-divider {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.custom-divider span {
    width: 6px;
    height: 6px;
    background-color: #2575fc;
    border-radius: 50%;
}

.custom-divider .line {
    width: 40px;
    height: 2px;
    background-color: #2575fc;
    border-radius: 1px;
}
