/* Add custom CSS styles below */ 
.s-block--store-features .container > div > div{
    border-radius: 60px 10px 60px 10px !important;
    transition: 0.3s;
box-shadow:-6px 0px 15px rgba(100,215,215,0.2);
}
.s-block--store-features .container > div > div:hover{
border:1px solid #ccffff !important;
box-shadow:5px 10px 15px rgba(100,215,215,0.5);
    border-radius: 10px 60px 10px 60px !important;
    scale:1.05;
}
.s-block--store-features .container > div > div >div:not(:last-child){
display:none !important;
}