#location {
	margin-top: 20px;
}

#location h3 {
	font-size: 36px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#location h3 span {
	font-size: 61px;
}
#location .select::after {
	width:58px;
	background-color: var(--green);
	background-image: url('../../images/icons/icon-select-white.png');
}
#location p {
	font-size: 16px;
	max-width: 740px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1.35em;
}
#location form {
	max-width:412px;
	margin-top: 33px;
}
#location select {
	padding: 11px 0px 10px 13px;
}

@media screen and (max-width: 567px){
	#location {
		margin-top: 3px;
		margin-bottom: 60px;
	}
	#location br {
		display:none
	}
	#location p {
		font-size: 13px;
		max-width: 310px;
    margin: 0 auto;
		color: #000;
	}
	#location img {
		margin-bottom: 6px;
		max-width: 180px;
	};
	#location .photoshoot {
		display:block;
		padding-top:15px
	}
	#location h3 {
		font-size: 36px;
		line-height: .9;
		margin-top: 23px;
		margin-bottom: 7px;
	}
	#location h3 span {
		font-size: 56.5px;
	}
	#location form {
		margin-top: 28px;
		max-width: unset;
	}
	#location select {
		padding: 11px 0px 9px 16px;
		font-size: 12.5px;
		height: 44px;
	}
}