.section-intro {
    padding: 80px 0;
}

.section-intro__content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.section-intro__title {
    margin-bottom: 24px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.section-intro__text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #555;
}