.home__intro {
    padding: 0 1.2rem;
    margin: 1.5rem 0 1rem;
}

.home__intro-title {
    color: #e9eaee;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.home__intro-text {
    color: var(--sp-card-text-color);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 120ch;
    margin-bottom: 0.75rem;
}

.home__intro-text:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 575.98px) {
    .home__intro {
        padding: 0;
        margin: 1.25rem 0 0.75rem;
    }

    .home__intro-title {
        font-size: 1.35rem;
        margin-bottom: 0.5rem;
    }

    .home__intro-text {
        font-size: 0.9375rem;
        line-height: 1.55;
    }
}
