#location {
	margin-top: 22px;
}

#location h3 {
	font-size: 26px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#location .select::after {
	width:58px;
	background-color: var(--orange);
	background-image: url('../../images/icons/icon-select-white.png');
}
#location p {
	font-size: 16px;

}
#location form {
	max-width:412px;
	margin-top: 20px;
}
#location select {
	padding: 11px 0px 10px 13px;
}
#location .container > img {
	transform: translateX(-33px);
}
@media screen and (max-width: 567px){
	#location {
		margin-top: 2px;
		margin-bottom: 26px;
	}
	#location br {
		display:none
	}
	#location p {
		color: #000;
	}
	#location .photoshoot {
		display:block;
		padding-top:15px
	}
	#location h3 {
		font-size: 22.5px;
		line-height: 27.5px;
		margin-bottom: 6px;
	}
	#location form {
		margin-top: 11px;
		max-width: unset;
	}
	#location select {
		padding: 11px 0px 9px 16px;
		font-size: 12.5px;
	}
	#location .select::after {
		width: 46px;
	}
}