.productsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.productsList h2 {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0;
}

.productsList .catalogItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 15px;
}

.productsList .catalogItem a {
    text-decoration: none !important;
    color: #282828 !important;
    font-weight: 600;
    font-size: 16px;
}
.productsList .catalogItem .title {
    max-width: 300px;
    text-align: center;
}

.productsList .catalogItem .image {
    box-shadow: 0 0 30px rgba(0,0,0,0.15);
    padding: 30px 15px;
    margin: 15px 15px 30px;
}
.hardware__item-btn-more {
    max-width: 129px;
    align-self: center;
    opacity: 0;
    transition: .4s;
}
.hardware__item:hover .hardware__item-btn-more{
    opacity: 1;
}
.hardware--office {
    row-gap: 15px;
    column-gap: 61px;
}