#events .info {
    padding: 50px 0 50px 75px;
}

@media (max-width: 992px) {
    #events .info {
        padding: 50px 0 0;
        text-align: center;
    }
}

#products {
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/balloons.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#products .card {
    text-decoration: none;
    text-align: center;
}

@media (min-width: 768px) {
    #products .card-img {
        height: 400px;
        object-fit: cover;
    }
}
