
.widget_images_cards_group{ 	

}

.widget_images_cards_group .item {     
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
    -moz-box-sizing: border-box;
	text-align:center;
}


.widget_images_cards_group a{ text-decoration:none !important; }

.widget_images_cards_group h4{  
    font-weight:400;
    font-size:15px;   
    margin-top:1.5rem; 
    display:block;
}

.widget_images_cards_group .image{ 
    background-size: contain !important;;
    background-repeat: no-repeat !important;
    background-position: center center !important;;
    height:80px;
    width:100%;
    min-width:100px;
    transition:opacity 0.2s ease-in-out;
 }

 
.widget_images_cards_group .item:hover .image{ 
    opacity:0.9;
}



@media only screen and (max-width: 800px) {
   

}

@media only screen and (max-width: 480px) {


}