.ww-state-card{
    border-radius:24px;
    overflow:hidden;
    background:#fff;
}
 
.ww-state-card img{
    width:100%;
    display:block;
}
 
.ww-state-card-content{
    padding:24px;
}
 
.ww-state-card h3{
    margin-bottom:10px;
}