.text-heading2{
    margin-bottom: 5px;
    color: #1d3240;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Kumbh Sans', sans-serif;
    text-transform: uppercase;
}
/* .our-services-section .service-item{
    display: flex;
    align-items: center;
    justify-content: center;
} */
.text-service-heading{
    color: #1d3240;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 55px;
    font-weight: 800;
    font-family: 'Kumbh Sans', sans-serif;
}
@media(max-width:767px){
    .text-service-heading{
        font-size: 30px;
    line-height: 40px;
    }
}
/* .service-item{
    text-align: center;
    font-weight: 500;
    height: 160px;
    transition: all .3s ease-in-out;
}
.service-item:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translateY(-10px);
    border-radius: 10px;
}

@media(max-width:767px){
    .service-item{
        width: 47%;
        margin: 3% 1%;
    }
}
@media(min-width:768px) and (max-width:991px){
    .service-item{
        width: 24%;
        margin: 3% 1%;
    }
}
@media(min-width:992px){
    .service-item{
        width: 18%;
        margin: 3% 1%;
    }
}
 */
 .microwave{
    object-fit: contain !important;
 }
 .service-img{
    width: 120px;
    height: 140px;
    transition: all ease 0.8s;
 }
 .service-text{
    transition: all ease 0.8s;
 }
.service{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.service span{
        color: #333461 !important;
        font-family: 'Kumbh Sans', sans-serif;
        font-weight: 500;
        margin-top: 10px !important;
    }
    .service:hover .service-img {
        transform: translateY(-16px);
    }
    .service:hover .service-text{
        color: #ff4c02 !important;
    }
    #owl-demo5 .owl-stage{
        margin-bottom: 20px !important;
        padding: 20px 0 !important;
    }