.separator-wrapper {
    max-width: 760px;
    width: 100%;
    margin:0px auto;
}

.separator-container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 0;
}

@media (max-width: 782px) {
    .separator-container {
        padding: 0.75rem 0;
    }
}

.separator-line {
    flex-grow: 1;
    height: 1.5px;
    opacity: 1;
}

.separator-line.right {
    background: linear-gradient(90deg, #EAECF6, rgba(28, 44, 136, 0.00));
}

.separator-line.left {
    background: linear-gradient(90deg, rgba(28, 44, 136, 0.00), #EAECF6);
}

.separator-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    margin: 0 4px;
}

.separator-icon svg {
    width: 24px;
    height: 24px;
    color: #6B7280;
}