





@media(min-width: 1024px){

.expanding-card{
    width: 50%;
}
.expanding-card:hover {
    width: 60%;
}



}