 .product-series-section{
    background: #fef5fa;
    padding: 95px 0 50px;
}
.range__title {
    color: #c95b9e;
    text-align: center;
    text-transform: uppercase;
}
.range__text, body.frontend .range__text {
    margin: 0 auto 55px;
    max-width: 600px;
    text-align: center;
}
 .product-series-section .products-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 17px;
}
.product-series-section  .products-wrapper__item {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 0 15px;
    text-align: center;
    width: 25%;
}
.product-series-section  .products-wrapper__item img{
   width: 100%;
}
.product-series-section .products-wrapper__item__label {
    align-items: center;
    background-color: #c6518c;
    color: #fff;
    display: flex;
    flex: 1;
    justify-content: center;
    line-height: 1;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 16px;
}
@media (max-width:768px){
   .product-series-section  .products-wrapper__item {
      width: 50%;
   }
}