#location {
	padding-top: 66px;
	padding-bottom: 60px;
}
#location h3 {
	font-size: 2.75em;
    margin-top: 23px;
    margin-bottom: 9px;
}
#location .select::after {
	width: 59px
}
#location form {
	max-width: 415px
}
#location p {
	font-size: 1.09375em;
}
#location .select {
	margin-top: 40px;
}
#location .homepage-go-btn {
    height: 100%;
    z-index: 2;
    width: 59px;
}
@media screen and (max-width: 567px){
	#location {
		padding-top: 34px;
		padding-bottom: 48px;
	}
	#location img {
		width: 64px;
	}
	#location h3 {
		font-size: 1.875em;
	}
	#location p {
		font-size: 1em;
	}
	#location .select {
		margin-top: 22px;
	}
}