.category-items {
    gap: 30px;
}.category-img-wrapper {    width: 140px;    height: 140px;    margin: 0 auto;    border-radius: 50%;    overflow: hidden;    box-shadow: 0px 0px 5px 0px #ccc;    transition: transform 0.3s ease, box-shadow 0.3s ease;}
.category-img {    width: 100%;    height: 100%;    border-radius: 50%;    object-fit: cover;}
.categoryname {    font-size: 15px;    text-transform: capitalize;}


@media(max-width:600px){
.category-img-wrapper {
    width: 80px;
    height: 80px;
}	
.categoryname {
    font-size: 12px;
}

	
}