/* Home "feature" section — moved verbatim out of an inline <style> in
 * views/home.php (7-3). Selectors keep the `section.` prefix that lets these
 * rules out-specify public/index.css's `.loop …` without depending on load
 * order. Enqueued only on the Home template (functions.php). */

section.section-home-feature .loop {
    text-align: center;
}

section.section-home-feature .loop .icon {
    padding: 0.5rem;
}

section.section-home-feature .loop .icon img {
    width: 100%;
}

section.section-home-feature .loop .desc {}

section.section-home-feature .loop .desc h3 {
    font-size: 22px;
}

@media (max-width: 992px) {
    section.section-home-feature .loop .desc h3 {
        font-size: 18px;
        color: #404040;
    }
}
