.footer-section {
	/*background: #044ea3;*/
	background: #72a200;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 2rem;
	list-style: none;
}

.footer-text {
	color: #fff;
}

@media screen and (min-width: 3840px) {

	.footer-title span {
		font-size: 0.9vw;
	}

	.footer-area .footer-bottom .footer-social a {
		height: 100px;
		width: 100px;
	}
}


@media (max-width: 767px) {
	.footer-area .footer-bottom .footer-social {
		text-align: center;
	}

}

@media (max-width: 576px) {
	.footer-links {
		margin-bottom: 1rem;
	}

	.single-footer-widget.single-footer-widget-top .footer-links li {
		margin: 0 16px 16px 0;
	}

	.single-footer-widget.single-footer-widget-top .footer-links li:last-child {
		margin-right: 0;
	}
}
