.page-products-categories .block-products-category {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.page-products-categories .products-category-image-row {
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
}

.page-products-categories .products-category-image-row img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: #f9f9f9;
}

.page-products-categories .block-products-category .products-category-text {
    padding: 10px;
}

.page-products-categories .block-products-category h2 {
    font-size: 0.987rem;
    font-size: 0.987rem;
    direction: rtl;
    margin: 10px 0;
    font-weight: 500;
    line-height: 25px;
    color: #535353;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .page-products-categories .products-category-image-row img {
        height: 220px;
    }
}