.footer{
	background: var(--red-dark);
	color:var(--red-xx-light);
	padding:50px 20px;
}
.footer-brand-img{
	font-size:35px;
	font-weight:700;
	margin-bottom:30px;
}
.footer-brand-img img{
	width:70px;
	border-radius:50%;
}
.footer-brand-description{
	color:var(--red-x-light);
}
.footer-link{
	padding:30px 20px;
}
.footer-title{
	font-weight:700;
	font-size:18px;
	margin-bottom:20px;
}
.footer-title-links{
	font-size:16px;
	margin-bottom:7px;
}
.footer-title-links a{
	color:var(--red-x-light);
}
@media( max-width: 768px){
	.footer{
		padding:30px 10px;
	}
	.footer-brand-img{
		font-size:20px;
		margin-bottom:10px;
	}
	.footer-brand-img img{
		width:50px;
	}
	.footer-brand-description{
		font-size:14px;
	}
	.footer-link{
		padding:20px 5px;
	}
}