.card-custom {
    background-size: cover;
    background-position: center;
    color: white;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card-custom:hover {
    opacity: 0.8;
}