.intro {
    text-align: center;
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 15px;
    line-height: 1.7;
}

.section-text {
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
    max-width: 620px;
    margin: 0 auto 48px;
}

/* Ministries Page */
.list-item {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Students Page */
.steps {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 620px;
    margin: 0 auto;
}

.step {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.step-number {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
}

.step-text {
    font-size: 1rem;
    line-height: 1.6;
}

.step-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
