.elementor-8875 .elementor-element.elementor-element-3005f971{margin-top:50px;margin-bottom:0px;}.elementor-8875 .elementor-element.elementor-element-1ee428af > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-1ee428af */.elementor-8875 .elementor-element.elementor-element-1ee428af h2{
    text-align: center;
}
.elementor-8875 .elementor-element.elementor-element-1ee428af p{
    text-align: center;
    max-width: 635px;
    margin: auto;
}
.wtu-wrapper{
    display: grid;
    grid-template-columns: repeat(6, minmax(100px, 1fr));
    margin: 30px auto 0;
}
.wtu-item{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.wtu-item-heading{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.wtu-item p{
    font-size: 14px;
}
.wtu-item img{
    width: 70px;
    height: 60px;
    margin-bottom: 20px;
}
@media(max-width:767px){
    .wtu-wrapper{
        grid-template-columns:repeat(2,minmax(100px,1fr));
        gap:20px;
        row-gap:30px;
    }
    .wtu-item-heading{
        font-size:16px;
    }
    .wtu-item{
        padding:0px;
    }
}/* End custom CSS */