.section-menu-box .section-menu-item {
	height: 200px;
	height: 100%;
	border-radius: 20px;
	padding: 35px;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s ease;
	flex-direction: column;
	justify-content: space-between;
	
}

.section-menu-box .section-menu-item:hover {
	cursor: pointer;
}

.section-menu-box .section-menu-item .section-menu-name {
	font-weight: 600;
	font-size: 19px;
	line-height: 135%;
	margin-top: 30px;
}

.section-menu-box .section-menu-item .section-menu-count {
	font-weight: bold;
	font-size: 48px;
	line-height: 100%;
}

.section-menu-box a {
	text-decoration: none !important;
}

.section-menu-box .section-menu-item-box {
	margin-bottom: 40px;
}


.section-menu-box .section-menu-item-box:nth-child(1n) .section-menu-item {
	background: #43BBCD;
}
.section-menu-box .section-menu-item-box:nth-child(1n):hover .section-menu-item {
	background: #3aa7b7;
}
.section-menu-box .section-menu-item-box:nth-child(1n) .section-menu-name {
	color: #fff;
}
.section-menu-box .section-menu-item-box:nth-child(1n) .section-menu-count {
	color: #97e3ef;
}


.section-menu-box .section-menu-item-box:nth-child(2n) .section-menu-item {
	background: #4B74C8;
}
.section-menu-box .section-menu-item-box:nth-child(2n):hover .section-menu-item {
	background: #1e51ba;
}
.section-menu-box .section-menu-item-box:nth-child(2n) .section-menu-name {
	color: #fff;
}
.section-menu-box .section-menu-item-box:nth-child(2n) .section-menu-count {
	color: #fff;
}


.section-menu-box .section-menu-item-box:nth-child(3n) .section-menu-item {
	background: #3CB07C;
}
.section-menu-box .section-menu-item-box:nth-child(3n):hover .section-menu-item {
	background: #0B9C5B;
}
.section-menu-box .section-menu-item-box:nth-child(3n) .section-menu-name {
	color: #fff;
}
.section-menu-box .section-menu-item-box:nth-child(3n) .section-menu-count {
	color: #fff;
}


.section-menu-box .section-menu-item-box:nth-child(4n) .section-menu-item {
	background: #43BBCD;
}
.section-menu-box .section-menu-item-box:nth-child(4n):hover .section-menu-item {
	background: #3aa7b7;
}
.section-menu-box .section-menu-item-box:nth-child(4n) .section-menu-name {
	color: #fff;
}
.section-menu-box .section-menu-item-box:nth-child(4n) .section-menu-count {
	color: #97e3ef;
}

.section-menu-box .section-menu-item-box:nth-child(5n) .section-menu-item {
	background: #3CB07C;
}
.section-menu-box .section-menu-item-box:nth-child(5n):hover .section-menu-item {
	background: #0B9C5B;
}
.section-menu-box .section-menu-item-box:nth-child(5n) .section-menu-name {
	color: #fff;
}
.section-menu-box .section-menu-item-box:nth-child(5n) .section-menu-count {
	color: #fff;
}


.section-menu-box .section-menu-item-box:nth-child(6n) .section-menu-item {
	background: #43BBCD;
}
.section-menu-box .section-menu-item-box:nth-child(6n):hover .section-menu-item {
	background: #3aa7b7;
}
.section-menu-box .section-menu-item-box:nth-child(6n) .section-menu-name {
	color: #fff;
}
.section-menu-box .section-menu-item-box:nth-child(6n) .section-menu-count {
	color: #97e3ef;
}


.section-menu-box .section-menu-item-box:nth-child(7n) .section-menu-item {
	background: #43BBCD;
}
.section-menu-box .section-menu-item-box:nth-child(7n):hover .section-menu-item {
	background: #3aa7b7;
}
.section-menu-box .section-menu-item-box:nth-child(7n) .section-menu-name {
	color: #fff;
}
.section-menu-box .section-menu-item-box:nth-child(7n) .section-menu-count {
	color: #97e3ef;
}


.section-menu-box .section-menu-item-box:nth-child(8n) .section-menu-item {
	background: #4B74C8;
}
.section-menu-box .section-menu-item-box:nth-child(8n):hover .section-menu-item {
	background: #1e51ba;
}
.section-menu-box .section-menu-item-box:nth-child(8n) .section-menu-name {
	color: #fff;
}
.section-menu-box .section-menu-item-box:nth-child(8n) .section-menu-count {
	color: #fff;
}

@media (max-width: 768px) {
	.section-menu-box .section-menu-item .section-menu-count {
		font-size: 35px;
	}

	.section-menu-box .section-menu-item .section-menu-name {
		font-size: 18px;
	}
}