.black-bottom-section {
	height: 410px;
	background-color: black;
	color: white;
	font-size: 18px;
	padding: 10px;
	padding-top: 30px;
}
.black-bottom-section a {
	color: white;
}
@media screen and (max-width: 768px) {
.black-bottom-section {
	font-size: 12px;
	padding-top: 30px;
}
}
