
.single-service{
    border: 1px solid #ebebeb;
    border-radius: 6px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 3px 6px 3px rgba(190, 190, 190, 0.6);
    margin: 6vh 0;
    height: 350px;
}

.service-bg{
    height: 200px;
    position: relative;
}

.service-bg-1{
    background: url("../../images/tecnica-de-manos.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}
.service-bg-2{
    background: url("../../images/tecnica-de-bombo.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}
.service-bg-3{
    background: url("../../images/clases-de-bateria-lectura.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}
.service-bg-4{
    background: url("../../images/tecnica-de-escobillas.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}
.service-bg-5{
    background: url("../../images/clases-de-bateria-lenguaje-ritmico.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}
.service-bg-6{
    background: url("../../images/clases-de-bateria-performance.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}

.service-bg h3{
    color: #fff;
    background: #898989;
    border: 1px solid #898989;
    font-size:17px;
    text-align: center;
    font-weight: 700;
    padding: 2px;
    position: absolute;
    left: 8%;
    width: 84%;
    margin:0;
    bottom: -25px;
    border-radius: 50px;
}

.single-service:hover .service-bg h3{
    background: #fff;
    transition: .9s;
    color:#898989;
}

.service-text{
    
    font-size: 15px;
    font-weight: 400;
    padding: 40px 10px 20px 10px ;
}

.service-text p{
    color: rgb(59, 59, 59);
}

.service-text p:last-child{
    margin: 0;
    line-height: 1.8;
}

.btn-area{
    display: inline-block;
    color: #A9D990;
    font-size:17px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
}

@media (max-width:767px){
    .single-service{
        margin-top:30px;
    }
    .service-bg h3{
        font-size: 15px;
        padding: 2px 1px;
    }
}