footer {

	background-color: rgba(18, 33, 53, 1);
	text-align: center;
	padding-top: 3%;
}

footer img {

	width: 18%;
    margin-bottom: 1%;
}

footer p {

	font-family: 'Roboto-400', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 160%;

	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.03em;
	color: var(--white);
	justify-content: center;

	
	margin-bottom: 0;
}

footer a {

	text-decoration: none;
	color: var(--white);
	padding-bottom: 1%;
}

@media all and (max-width: 768px) {

	footer img {

		width: 20%;
	}

	footer p {

		font-size: 10px;
	}

}