
.productItem {
    margin-top: 0.8em;
}

.productItem .inside {
    margin: 8px 10px 10px;
}

.productItem .inside h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    margin-bottom: 0;
}

.productItem .inside span {
    display: flex;
    justify-content: center;
    font-size: 0.9em;
    margin-bottom: 0;
}
