/* .service-section .clearfix .cara-box{
    border: 2px solid red !important;
    border-radius: 5px !important;
    background-color:  white;
}
.service-section .clearfix .cara-box:hover{
    background-color: rgb(255, 111, 111) !important;
    transform: 0.5s !important;
    color: white;
    border: 2px solid yellow !important;

}
.service-section .clearfix .cara-box:hover h5{
    color: white;
} */

.service-section .clearfix .cara-box h5{
    color: black !important;
    font-weight: bolder !important;
}