

        .category-gallery {
            /* display: grid; */
            /* grid-template-columns: repeat(auto-fit, minmax(128px, 1fr)); */
            grid-gap: 10px;
            padding: 10px;
            align-items: baseline;
            /* display: flex; */
            justify-content: center;
            align-content: flex-end;
            align-self: flex-end;
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: 20px;
            margin-top: 20px;
            /* padding-left: 0px; */
            /* padding-right: 0px; */
            /* margin-left: 5px; */
            margin-right: 5px;
        }

        .category-item {
            position: relative;
            text-align: center;
            border-style: none;
            border-width: 3px;
            border-color: #c1c1c1;
            border-radius: 8px;
            align-items: baseline;
            /* display: flex; */
            justify-content: center;
            /* align-content: flex-end; */
            /* align-self: flex-end; */
            height: 100%;
            width: 100%;
            /* margin-left: 6px; */
            /* margin-right: 6px; */
            max-width: 950px;
            margin-bottom: 25px;
            margin-top: 3px;
        }

.category-title{
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0px;
	/* height: 50px; */
	color: #000000;
	font-size: 23px;
	font-family: arial;
	background-color: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 3px solid #979797;
	width: 100%;
	/* max-width: 394px; */
}
        .category-item img {
            /* max-width: 150px; */
            /* max-height: 150px; */
            width: 100%;
            /* max-width: 350px; */
            height: 100%;
            border-radius: 20px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            border: 3px solid #979797;
        }

