.about-copy {
    font-size: 1.05rem;
    line-height: 1.85;
}

.about-copy h2 {
    margin: 0 0 1rem;
    font-family: 'Patrick Hand', cursive;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--white);
}

.about-copy p + p {
    margin-top: 1.15rem;
}

.about-copy strong {
    color: #ff7373;
    font-weight: 700;
}