/* Reduz ícones exagerados */
img {
    max-width: 100%;
    height: auto !important;
}

/* Garante ícones do header menores */
.navbar-brand img,
.site-header__logo img,
.main-header__logo img {
    max-width: 160px !important;
    height: auto !important;
}

/* Corrige módulos com ícones gigantes */
.solutions-one__icon img,
.service-one__icon img,
.features__single img {
    max-width: 60px !important;
    height: auto !important;
    object-fit: contain !important;
}
