@media handheld, only screen and (max-width: 985px) {
    .owlcarousl h5{
        font-size: 16px;
    }
    .service .container .servicemore .c-text{
        margin: 10px 42px;
    }
    
}
@media handheld, only screen and (max-width: 767px){
    .owlcarousl h5{
        font-size: 12px;
    }
    .service .container .servicemore .c-text{
        margin: 10px 20px;;
    }
    .service .container .servicemore .c-title{
        font-size: 20px;
    }
    .service .container .servicemore{
        height: 343px;
    }
    .moreinfo .info h3{
        margin-top: 12%;
        margin-bottom: 6%;
    }
    .moreinfo .info h6{
        margin-bottom: 5%;
        color: rgb(25, 81, 8);
    }
}
