.single-section-main-horizonlal {
	background-color: #0D0D0D;
	padding: 26px 15px;
	min-height: 115px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	transition: 0.2s linear;
	min-height: 125px;
}

.single-section-main-horizonlal:hover {
	transition: 0.2s linear;
	background-color: #FFE921;
	color: #000;
	text-decoration: none;
}

.single-section-main-horizonlal-img img {
	max-width: 100%;
}
