.categories-promoblocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 96px;
}
.categories-promoblocks .product-banner {
    position: relative;
    background-color: #f8f9fc;
    overflow: hidden;
}
.categories-promoblocks .product-banner img {
    height: auto;
    max-width: 100%;
}
.categories-promoblocks .product-banner .banner-text-bl {
    position: absolute;
    right: 0;
    margin: auto;
    text-transform: uppercase;
    z-index: 2;
}
@media (max-width: 1200px) {
    .categories-promoblocks {
      justify-content: space-around;
    }
    .categories-promoblocks .product-banner {
       margin-right: auto;
       margin-left: auto;
       margin-bottom: 20px;
    }
}
