@media (max-height: 800px) {
	section {
		padding-top: 50px;
	}
}
@media (max-width: 400px) {
	section {
		padding-left: 20px;
		padding-right: 20px;
	}
	section h1 {
		font-size: 26px;
	}
	section h2 {
		font-size: 38px;
	}
	section ul li {
		font-size: 22px;
	}
	section a {
	    padding: 10px 5px;
	    width: 100%;
	    justify-content: center;
	}
	section a img {
		width: 30px;
	}
}