#rubriche-box-container {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
    #rubriche-box-container {
        justify-content: center;
    }
}

#rubriche-box-container .rubriche-box-item {
    margin: 8px;
    text-align: center;
}

#rubriche-box-container .rubriche-box-item img{
    object-fit: cover;
    object-position: top;
    width: 193px;
    height: 205px;
    margin-bottom: 24px;
    box-shadow: 0 0 4px #ccc;
}

.rubriche-box-item-title {
    margin-bottom: 16px;
    font-family: FontBold, serif;
}