.footer__heading {
	font-size: 30px;
	font-weight: bold;
}

.footer-sites__item {
	margin-top: 30px;
}

.footer-sites__item a {
	text-decoration: none;
	color: #ffffff;
}

.footer-sites__link {
	font-weight: bold;
}

.footer-sites__text {
	display: block;
}

@media screen and (min-width: 768px) {
	.footer__heading {
		font-size: 20px;
		font-weight: bold;
	}
}