.footer {
	background: #849f3d;
	padding: 65px 0;
	color: white;
}

.footer__row {
	gap: 20px 0;
}

.footer__logo img {
	max-width: max-content;
}

.footer__category {
	margin-bottom: 20px;
}

.footer__category li {
	position: relative;
}

.footer__category li:not(:last-child) {
	padding-right: 17px;
	margin-right: 17px;
}

.footer__category li:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	height: 17px;
	width: 1px;
	background: #fff;
	opacity: 0.1;
}

.footer__category a {
	font-size: 18px;
	color: inherit;
	font-weight: 500;
}

.coppyright {
	/* font-size: 14px; */
}

@media (min-width: 992px) {
	.desktop-none {
		display: none !important;
	}
}
@media (max-width: 992px) {
	.mobile-none {
		display: none !important;
	}
	.footer__logo{
		margin: 15px 0;
	}
	.footer__logo a{
		display: inline-block;
	}
	.footer__category{
		justify-content: center;
	}
	.footer__box{
		text-align: center;
	}
	.footer{
		padding: 15px 0 30px;
	}
	.footer__category a{
		font-size: 14px;
	}
}
