.hero_simple__description p {
    font-size: 24px;
    line-height: 28px;
}

.hero_simple__description strong {
    font-family: var(--default-font-family);
}

@media (max-width: 767px) {
    .hero_simple__description p {
        font-size: 18px;
    }
}
