.btn-transparent{
    color: transparent !important;
    background-color: transparent !important;
    cursor: default !important;
}
.solicitrud-item{
    border-bottom: 1px dotted#ddd;
} 
.vocalres{
    border-bottom: 1px dotted #ddd;
}
.request-item *:not(a,button,ul){
padding-left: 0px !important;
}
.content-wrapper{
    background-color: white;
}
.border-service-box * {
    color: #000;
    line-height: 1em;
    font-weight: 300;
}

.border-service-box {
    cursor: pointer;
    display: block;
    border: 0.8px solid #e7ecf1 !important;
    border-radius: 15px !important;
   

}
.border-service-box:hover {
background-color: rgba(191, 0, 36, 0.74);
* {
        color: white !important;
    }
-moz-transition: all 0.3s ease-in;
    /* WebKit */
    -webkit-transition: all 0.3s ease-in;
    /* Opera */
    -o-transition: all 0.3s ease-in;
    /* Standard */
    transition: all 0.3s ease-in;
   
}

.border-service-box small {
font-size: 85%;
}

.border-service-box  img {
    width: 60%;
    margin-bottom: 1rem;
}


