/*!
 * Copyright (c) 2022 WEBLIFE
 *
 * Permission is granted to use this file for the period specified in the contract 
 * between WEBLIFE and the client. Usage of this file beyond the contract period 
 * is strictly prohibited unless an extended license or written permission is obtained.
 *
 * Modifying or editing this file without prior written consent from WEBLIFE 
 * is not permitted.
 *
 * THE FILE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 
 * PARTICULAR PURPOSE AND NONINFRINGEMENT.
 */
section[data-section-type=cleaning-items]{margin:30px 0}section[data-section-type=cleaning-items] .item-wrapper{max-width:830px;width:100%;border-radius:10px;border:1px solid;margin:0 auto}section[data-section-type=cleaning-items] .item-wrapper .cleaning__title{font-size:18px;line-height:1.5;font-weight:700;padding:15px 0;text-align:center;margin:0;border-radius:10px 10px 0 0}section[data-section-type=cleaning-items] .item-wrapper .block-list{padding:20px 69px 0;margin-bottom:20px}section[data-section-type=cleaning-items] .item-wrapper .block-list .cleaning-item{width:calc(25% - 17px);padding:8.5px 0;margin:8.5px;border:2px solid #d1d1d1;border-radius:30px;text-align:center;font-size:16px;font-weight:700;color:#000}@media screen and (width <= 640px){section[data-section-type=cleaning-items] .item-wrapper .block-list{padding:20px 6px 0;margin-bottom:20px;flex-flow:row wrap}section[data-section-type=cleaning-items] .item-wrapper .block-list .cleaning-item{width:calc(33.333% - 9px);margin:4.5px}}
