/* Start custom CSS */.img_box_offers {
    transition: all 0.3s ease-in;
}

.img_box_offers:hover{
    background-color:#87CFC1;
    border-radius:10px;
    box-shadow:0 0 10px 5px rgba(0,0,0,0.2);
    
}

.img_box_offers:hover .elementor-image-box-title{
    color:#fff!important;
}


.img_box_offers:hover .elementor-image-box-img{
     filter: blur(0px) brightness(200%) contrast(100%) saturate(100%) hue-rotate(0deg);
}

.img_box_offers:hover .elementor-image-box-description{
    color:#FFFFFF!important;
}/* End custom CSS */