.vc-site-footer {
	background: #061b3a;
	color: rgba(255, 255, 255, 0.85);
	padding: 3rem 0 2rem;
}

.vc-footer__brand img {
	max-width: 240px;
	height: auto;
	display: block;
	margin-bottom: 1rem;
}

.vc-footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.5rem;
}

.vc-site-footer h3,
.vc-site-footer h4 {
	color: #fff;
	margin-top: 0;
}

.vc-site-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.vc-site-footer a {
	color: #fff;
}

.vc-footer-bottom {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	font-size: 0.9rem;
}

@media (max-width: 640px) {
	.vc-site-footer {
		padding: 2rem 0;
	}

	.vc-footer-bottom {
		flex-direction: column;
	}
}
