/* IT */
#service-sidebar .et_pb_row {
    height: 360px;
}
#service-sidebar .sidebar-icon .et-pb-icon {
    height: 120px;
    line-height: 120px;
    bottom: 420px;
}

#service-sidebar #sidebar-mail .sidebar-icon .et-pb-icon {
    bottom: 300px;
}

#service-sidebar #sidebar-gms .sidebar-icon .et-pb-icon {
    bottom: 180px;
}

@media (max-width: 768px) {

    #service-sidebar .sidebar-icon .et-pb-icon {
        width: 33%;
    }

    #service-sidebar #sidebar-mail .sidebar-icon .et-pb-icon {
        left: 33.333333%;
    }

    #service-sidebar #sidebar-gms .sidebar-icon .et-pb-icon {
        left: 66.6666%;
    }
}