.products-list{
    text-align: center;
    overflow-x: hidden;
}

.pagination {
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media only screen and (max-width: 768px){
    .products-list{
        margin-right: 0px !important;
    }
}