.homeCleanService-container{background-color:var(--customColor3);flex-direction:column;justify-content:center;align-items:center;padding:10px;display:flex}.homeCleanService-content{flex-wrap:wrap;justify-content:center;align-items:center;width:100%;padding:10px;display:flex}.homeCleanService-card{background-color:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:110px;height:110px;margin:10px;padding:10px;transition:all .2s ease-in-out;display:flex;box-shadow:0 0 5px #0003}.homeCleanService-card:hover{box-shadow:0 5px 0 var(--customColor1)}.homeCleanService-card>a{color:#000;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;text-decoration:none;display:flex}.homeCleanService-card>a>span>img{object-fit:contain;width:36px;height:36px}.homeCleanService-card>a>h5{text-align:center;font-size:10px;font-weight:600;line-height:1.2}@media (max-width:600px){.homeCleanService-card{width:95px;height:95px;margin:8px}.homeCleanService-card>a>span>img{width:30px;height:30px}.homeCleanService-card>a>h5{font-size:9px}}
