*{
	font-family: arial;
	margin: 0;
	padding: 0;
	text-decoration: 0;
	border: none;
	text-align: center;
}

main{
	padding: 50px 0;
}

.logo{
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
	height: auto;
}

img{
	max-width: 100%;
	height: auto;
	margin-bottom: 50px;
	padding: 0 40%;
	box-sizing: border-box;
}

h1{
	/* font-size: 2.3vw; */
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 50px;
}

h2{
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 20px;
}

address{
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 50px;
	font-style: normal;
}

a, a:visited{
	color: #F7931E;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6;
	transition: 0.3s;
}

a:hover{
	color: #333;
}

section a{
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
}

@media only screen and (max-width: 1199px){
	img{
		padding: 0;
	}
}