.vd-footer{

	background:#031027;
	color:#fff;
	padding:90px 0 35px;

}

.vd-footer-top{

	display:grid;
	grid-template-columns:2fr 1fr 1fr 1fr;
	gap:60px;
	padding-bottom:60px;
	border-bottom:1px solid rgba(255,255,255,.08);

}

.vd-footer-brand h2{

	font-size:42px;
	color:#d5aa32;
	margin-bottom:20px;

}

.vd-footer-brand p{

	max-width:420px;
	line-height:1.9;
	color:rgba(255,255,255,.7);
	margin-bottom:30px;

}

.vd-footer-column h4{

	color:#fff;
	margin-bottom:22px;

}

.vd-footer-column ul{

	list-style:none;
	padding:0;
	margin:0;

}

.vd-footer-column li{

	margin-bottom:14px;
	color:rgba(255,255,255,.7);

}

.vd-footer-column a{

	color:rgba(255,255,255,.7);
	text-decoration:none;
	transition:.3s;

}

.vd-footer-column a:hover{

	color:#d5aa32;

}

.vd-footer-bottom{

	padding-top:35px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:20px;

}

.vd-footer-bottom p{

	margin:0;
	color:rgba(255,255,255,.55);

}

@media(max-width:900px){

	.vd-footer-top{

		grid-template-columns:1fr 1fr;

	}

}

@media(max-width:600px){

	.vd-footer{

		padding:70px 0 30px;

	}

	.vd-footer-top{

		grid-template-columns:1fr;
		gap:40px;

	}

	.vd-footer-bottom{

		flex-direction:column;
		text-align:center;

	}

}