@charset "utf-8";



h1{
	color: #f04e11;
	border-bottom: 5px solid #f04e11;
	font-size: 30px;
	padding-bottom: 1rem;
	margin-top: 50px;
}

@media (max-width: 767px){
	h1{
		font-size: 2.5rem;
	}
}














