Illdy front page - wrong alignment service widgets

Hi dear, I noticed a wrong alignment of the “service widgets” on my home page (www.demo.benter.safejoe.com): as you can see in the attached picture, the third widget of the first row is below the others.
Looking at the page inspectors it seems that is due to a custom CSS, but in the CSS customizer (in the following) I have nothing about the “service section”. Can you help me? Thanks in advance!

/------ ILLDY -----/
/* titolo verde della pagina*/
.bottom-header h2
{
color: #00bb2d;}
/* riduzione titolo*/
#header .top-header .header-logo {
font-size: 40px;}
/eliminare widget project/
#projects .section-content {
display: none;
}
/eliminare widget skills/
#about .section-content {
display: none;
}
/eliminare widget team/
#team .section-content {
display: none;
}
/*Remove spaces tra about e seguente /
#about, #static-page-content {
width: 100%;
padding: 65px 0 0px;
text-align: center;
}
/footer 1 sola colonna =1 widget/
#footer .col-md-3.col-sm-6.col-xs-12:nth-child(2),
#footer .col-md-3.col-sm-6.col-xs-12:nth-child(3),
#footer .col-md-3.col-sm-6.col-xs-12:nth-child(4) {
display: none;
}
/Increase footer width/
@media (min-width: 992px){
#footer .col-md-3 {
width: 100%;
text-align: center;
}}
/colore menu/
/menu color menù non attivo/
#header .top-header .header-navigation ul li a{
color:#00ff00;
}
/colore header/
#header .top-header .header-logo {
color: #00ff00;!important
}
/colore Titolo/
#header .bottom-header h1 {
color: #00ff00;
font-family: “Poppins”;
}
/
#projects, #static-page-content {
width: 100%;
padding: 70px 0 0px;
text-align: center;
} */

Hey there

Is this widget already removed from the homepage? I can’t see it anymore here: https://demo.benter.safejoe.com/

Hi Noda, sorry: I temporarily changed the first page. Okay now: you can proceed.
See you later!