.evento__item {
    margin: 1%;
    width: 23%;
}

@media screen and (max-width: 450px) {
    .evento__item {
        width: 100%;
    }
}
