.catalog-lazy-load {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-lazy-load button {
    background: transparent;
    outline: none;
    cursor: pointer;
    padding: 0.5208333333333333rem 1.5625rem;
    font-size: 0.7291666666666667rem;
}

@media screen and (max-width:1200px) {
    .catalog-lazy-load button {
        padding: 10px 29px;
        font-size: 14px;
        border-radius: 70px;
    }
}