.start-now-hero {
    text-align: center;
    padding: 90px 0 55px 0;
    background: linear-gradient(90deg, #e0e7ff 60%, #f1f5f9 100%);
}

.start-now-title {
    font-size: 2.3rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 900;
    color: #2563eb;
    margin-bottom: 12px;
}

.start-now-desc {
    font-size: 1.18rem;
    color: #22223b;
    margin-bottom: 0;
}

.start-now-section {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(37,99,235,0.15);
    max-width: 900px;
    margin: 32px auto;
    padding: 40px 32px;
    padding-top: 35px;
}

.section-title {
    font-size: 1.5rem;
    color: #2563eb;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 900;
    margin-bottom: 18px;
    justify-content: center;    /* Center horizontally */
    text-align: center;         /* Center text */
    align-items: center;
    margin-top: 8px;
}

.section-icon {
    font-size: 2.8rem;
    color: #6b3fa0;
    vertical-align: middle;
    margin-top: -2px;
}

.section-body {
    font-size: 1.12rem;
    color: #22223b;
    opacity: 0.97;
    text-align: center;
}

.section-body ol, .section-body ul {
    text-align: left;
    margin: 0 auto;
    padding-left: 18px;
    font-size: 1.08rem;
    line-height: 1.7;
}