.site-footer {
	padding: 115px 0 90px;
	background: $color__text-secondary;
	color: $color__white;

	a {
		color: $color__white;
		text-decoration: none;
		outline: 0;
	}

	p {
		margin-bottom: 1.5rem;
	}

	.site-title {
		@include font-size(2.4);
		font-weight: 600;
	}
}

@media (max-width: 991px) {
	.site-footer {
		padding: 80px 0 65px;

		.site-title {
			@include font-size(2);
		}
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding: 40px 0 25px;
		text-align: center;
	}
}