p {
    margin: 1.5625rem 0;
    color: var(--rocket-body-color);
    font-weight: 400;
    font-size: 1.25rem;
    font-family: inherit;
    line-height: 1.33;

    @include breakpoint(lg) {
        font-size: 1.875rem;
    }
}

strong {
    font-weight: 600;
}
