/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2025 | 08:50:45 */
/* *************************** Cats icon */
.cats-style {
	flex-flow: wrap;
}
.cats-style .icon-box-center .icon-box-img {
	width: 65px !important;
}
.cats-style .icon-box-center .icon-box-text .text {
	height: 45px;
}
@media (min-width:550px) {
	.cats-style .icon-box-center .icon-box-img {
		width: 85px !important;
	}
	.cats-style .icon-box-center .icon-box-text .text {
/* 		font-size: 0.7rem; */
		font-weight: 600;
	}
}
@media only screen and (max-width: 48em) {
	.cats-style .icon-box-center .icon-box-text .text {
		font-size: 0.7rem !important;
		font-weight: 600;
	}
	.cats-style a.plain {
		flex: 0 0 calc(25%);
		display: flex;
		justify-content: center;
		--stack-gap: unset !important;
	}
}



