.vrs-solution-container-3bd9082d {
    font-family: inherit;
    color: #1a2b4c;
}

.vrs-header {
    margin-bottom: 40px;
}

.vrs-title {
    font-size: 28px;
    font-weight: 700;
    color: #0b1c3c;
    margin: 0 0 10px 0;
}

.vrs-title-underline {
    height: 3px;
    width: 40px;
    background-color: #388e3c;
}

.vrs-steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 767px) {
    .vrs-steps-grid {
        grid-template-columns: 1fr;
    }
}

.vrs-step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.vrs-step-number-col {
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.vrs-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #388e3c;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
}

.vrs-step-icon-col {
    display: flex;
    align-items: center;
}

.vrs-step-icon-wrapper {
    width: 60px;
    height: 60px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.vrs-step-icon {
    font-size: 24px;
    color: #0b1c3c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vrs-step-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.vrs-step-content-col {
    flex: 1;
}

.vrs-step-title {
    font-size: 18px;
    font-weight: 700;
    color: #0b1c3c;
    margin: 0 0 8px 0;
}

.vrs-step-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #4a5568;
    margin: 0;
}