.footer {
	background-color: #2c2f33;
	color: #ccc;
	padding: 4rem 0;
	text-align: left;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.footer-section {
	flex: 1;
	padding: 10px;
	min-width: 250px;
}

.footer-section h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
}

.footer-section p,
.footer-section ul {
	font-size: 14px;
	line-height: 1.6;
}

.footer-section ul {
	list-style: none;
}

.footer-section ul li {
	margin-bottom: 10px;
	color: #ccc;
}

.footer-section ul li:hover {
	color: #fff;
}

.footer-bottom {
	background-color: #23272a;
	color: #ccc;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #444;
}

.footer-bottom p {
	margin-bottom: 10px;
}

.socials a {
	color: #ccc;
	margin: 0 10px;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.3s;
}

.socials a:hover {
	color: #fff;
}
