@media screen and (max-width: 480px) {
	h1 {
		font-size: 20px;
	}
	h1:before {
		width: 38px;
		border-top: 3px solid #000;
		bottom: -10px;
		left: 0;
		position: absolute;
	}
}