.card-home {
height: 300px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

.center{
text-align: center;
}

.shadow{
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}