.elementor-16 .elementor-element.elementor-element-bdc1789{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-bdc1789 */.titolo-personalizzato{
    color: #274261 !important;
    font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
}

.evidenziato
{color: #274261 !important;
    font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff36ab7 */.service-item img
{
    width:45%;
    height:auto;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:35px;
    max-width:1400px;
    margin:0 auto;
    padding:20px 0;
    align-items:start;
}

.service-item{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    transition:.35s ease;
}

.service-item:hover{
    transform:translateY(-8px);
}

/*==========================
  ICONA
==========================*/

.icon-circle{
    width:95px;
    height:95px;
    border:4px solid #29486A;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:25px;
    position:relative;
    transition:.35s ease;
}

.service-item:hover .icon-circle{
    transform:rotate(8deg) scale(1.05);
}

.icon-circle img{
    
    object-fit:contain;
}

/* Effetto archi */

.icon-circle::before,
.icon-circle::after{
    content:"";
    position:absolute;
    width:22px;
    height:22px;
    background:#fff;
    border-radius:50%;
}

.icon-circle::before{
    top:-7px;
    left:-7px;
}

.icon-circle::after{
    bottom:-7px;
    right:-7px;
}

/*==========================
  TESTI
==========================*/

.service-item h6{
    color:#00AAA5;
    line-height:1.25;
    font-weight:700;
    text-transform:uppercase;
    margin:0 0 18px;
    min-height:65px;
}

.service-item p{
    color:#6d6d6d;
    font-size:17px;
    line-height:1.65;
    margin:0 0 25px;
    min-height:155px;
}

/*==========================
  LINK
==========================*/

.service-item a{
    color:#00AAA5;
    font-size:20px;
    font-weight:700;
    text-decoration:none;
    position:relative;
    transition:.3s;
}

.service-item a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-4px;
    width:0;
    height:2px;
    background:#00AAA5;
    transition:.3s;
}

.service-item:hover a::after{
    width:100%;
}

.service-item:hover a{
    color:#29486A;
}

/*==========================
  TABLET
==========================*/

@media (max-width:1024px){

.services-grid{
    grid-template-columns:repeat(2,1fr);
    gap:45px 35px;
}

.service-item h3{
    min-height:auto;
    font-size:22px;
}

.service-item p{
    min-height:auto;
}

.icon-circle{
    width:90px;
    height:90px;
}

.icon-circle img{
    width:40px;
    height:40px;
}

}

/*==========================
  MOBILE
==========================*/

@media (max-width:767px){

.services-grid{
    grid-template-columns:1fr;
    gap:50px;
    max-width:420px;
    padding:10px 20px;
}

.service-item{
    padding:0;
}

.icon-circle{
    width:85px;
    height:85px;
    margin-bottom:20px;
}

.icon-circle img{
    width:36px;
    height:36px;
}

.service-item h3{
    font-size:20px;
    min-height:auto;
    margin-bottom:15px;
}

.service-item p{
    font-size:16px;
    line-height:1.6;
    min-height:auto;
    margin-bottom:18px;
}

.service-item a{
    font-size:18px;
}/* End custom CSS */