.section-three-icons .elementor-widget-container {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .section-three-icons  .elementor-icon-box-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 15px;
    }
    .section-three-icons  .elementor-widget-icon-box .elementor-icon-box-content {
        flex-grow: 0;
    }
    .section-three-icons {
        height: 120px !important;
    }
}