#location {
	margin-top: 31px;
}

#location h3 {
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#location .select::after {
	width:58px;
	background-color: var(--light-blue);
	background-image: url('../../images/icons/icon-select-white.png');
}
#location p {
	font-size: 16px;
}
#location form {
	max-width:412px;
	margin-top: 23px;
}
#location select {
	padding: 11px 0px 10px 13px;
}
@media screen and (max-width: 567px){
	#location {
		margin-top: 20px;
		margin-bottom: 26px;
	}
	#location br {
		display:none
	}
	#location p {
		font-size: 13px;
		max-width: 310px;
    margin: 0 auto;
		color: #000;
	}
	#location img {
		margin-bottom: 6px;
		max-width: 100px;
	};
	#location .photoshoot {
		display:block;
		padding-top:15px
	}
	#location h3 {
		font-size: 22px;
		line-height: .9;
		margin-bottom: 10px;
	}
	#location form {
		margin-top: 22px;
		max-width: unset;
	}
	#location select {
		padding: 11px 0px 9px 16px;
		font-size: 12.5px;
	}
	#location .select::after {
		width: 46px;
	}
}