/* Стандартизация размеров иконок социальных сетей */
.elementor-social-icons-wrapper img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 4px !important;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .elementor-social-icons-wrapper img {
        width: 20px !important;
        height: 20px !important;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .elementor-social-icons-wrapper img {
        width: 18px !important;
        height: 18px !important;
    }
}