.page-blog-categories .block-blog-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-blog-categories .blog-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-blog-categories .blog-category-image-row img {
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    background: #f9f9f9;
}

.page-blog-categories .block-blog-category .blog-category-text {
    padding: 10px;
}

.page-blog-categories .block-blog-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-blog-categories .blog-category-image-row img {
        /* height: 220px; */
    }
}