.jumbotron{
    display: flex;
    margin-top: 100px;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.card-img-top:hover{
    filter: brightness(50%);
}