.single_service h4{
    padding-bottom: 0!important;
}
.single_about_tab p{
    white-space: pre-line;
}
.single_service p{
    padding-left: 10px;
    padding-right: 10px;
}
.single_service{
    max-width: 500px;
    height: 320px;
    text-align: center;
    border: 1px solid #DDD;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 4px 15px 0px rgba(191, 195, 198, 0.29);
    background-color: #fff;
    margin: 0 auto;
}

.single_service:hover {
    border-color: #568E14;
    box-shadow: 0px 1px 3px rgba(34, 139, 34, 0.5);
}
.single_service:hover .service_img {
    top: -50px;
    background: linear-gradient(to bottom, #F5F5F5 0%,#F5F5F5 50%,#ffffff 50%, #ffffff 100%);
}

.service_title {
    position: relative;
    top: 0px;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}

.service_description {
    width: 70%;
    margin: 0px auto;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transform: scale(0);
}
#carousel-servicios.owl-carousel .owl-stage-outer {
    padding-top: 40px;
    padding-bottom: 40px;

}
.service_img{
    display: block;
    position: relative;
    top: 45px;
    display: inline-block;
    margin: 0 auto 40px;
    padding: 10px;
    transition: all 0.3s ease 0s;
    max-width: 100px;
}

#carousel-servicios.owl-theme .owl-nav [class*="owl-"] {
    background: transparent!important;
    color: rgba(86,142,20,0.3);
    font-size: 68px;
    font-weight: bold;
    opacity: 1;
    margin-top: 0px;
}

#carousel-servicios.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #568E14;
}
#carousel-servicios .owl-next{
    position: absolute;
    top: 35%;
    right: -40px;
}

#carousel-servicios .owl-prev{
    position: absolute;
    top: 35%;
    left: -25px;
}
#carousel-servicios .owl-dots{
    display: none;
}

@media (max-width: 982px) {


    #carousel-servicios .owl-prev {
        left: -40px;
    }
    #carousel-servicios .owl-next {
        right: -40px;
    }
}