footer {
	width: 100%;
	background-color: rgb(51, 62, 72);
	color: white;
	font-family: 'Nexa-Regular';
}

footer a {
	color: #fff;
	text-decoration: underline;
}

footer .row {
	margin: 0.5rem 0;
}

footer img {
	margin-bottom: 1rem;
}

footer .contact-us {
	margin-bottom: 0;
}

footer .policy-terms {
	margin-top: 0;
}

footer .side-effects {
	font-family: 'Nexa-Bold';
	padding: 0.5rem;
	box-shadow: 0px 0px 0px 1px white;
}

@media only screen and (max-width:540px) {
	footer *{
		font-size: 16px;
		line-height: 24px;
	}
}