.footer__heading {
	font-size: 30px;
	font-weight: bold;
}

.footer-nav__list {
	list-style-type: none;
	margin-top: 31px;
	font-size: 16px;
	line-height: 1.6;
}

.footer-nav__list li {
	padding-bottom: 1px;
	cursor: pointer;
}

.footer-nav__list li:not(:first-child) {
	margin-top: 14px;
}

.footer-nav__item a,
.footer-nav__item a:hover,
.footer-nav__item a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footer-nav__list a:hover {
	border-bottom: solid 1px #ff3200;
}

@media screen and (min-width: 768px) {
	.footer__nav {
		flex: 1 1 50%;
	}

	.footer__heading {
		font-size: 20px;
		font-weight: bold;
	}
}

@media screen and (min-width: 992px) {
	.footer__nav {
		flex: 1 1 auto;
	}
}