@media (min-width: 800px) {
    .product-item-card{
        width: calc(33.333% - 22.1rem)!important
    }
}

.complect-title{
    text-align: center;
    margin: 50px auto;
}
