.step-item.active .step-circle {
    background-color: rgb(99 102 241);
    color: white;
}

.step-image {
    transition: opacity 500ms ease-in-out;
}
