/* Hide all <strong> tags within p elements under the specific class 'hero-head' */
.hero-head + p strong {
    display: none;
}
