#location {
	margin-top: 50px;
}

#location .title {
	font-size: 33.5px;
	line-height: 1em;
	margin: 24px 0 11px 0;
}

#location img {
	margin: 0 auto;
}

#location .select::after {
	width: 58px;
	background-color: var(--green);
	background-image: url('../../images/icons/icon-select2.png');
}

#location p {
	font-size: 18px;
	line-height: 23px;
	max-width: 530px;
	margin: 0 auto;
}

#location form {
	max-width: 412px;
	margin-top: 26px;
}

#location select {
	padding: 14px 0px 13px 16px;
}

@media screen and (max-width: 567px) {
	#location {
		margin-top: 3px;
		margin-bottom: 45px;
	}

	#location br {
		display: none
	}

	#location p {
		font-size: 17px;
		line-height: 22px;
		max-width: 350px;
		margin: 0 auto;
		color: #000;
	}

	#location img {
		margin-bottom: 6px;
    max-width: 131px;
    height: auto;
    margin-top: 30px;	
	}

	;

	#location .photoshoot {
		display: block;
		padding-top: 15px
	}

	#location .title {
		font-size: 30px;
		line-height: 1;
		margin-top: 31px;
		margin-bottom: 16px;
	}

	#location form {
		margin-top: 21px;
		max-width: unset;
	}

	#location select {
		padding: 11px 0px 9px 10px;
		height: 44px;
	}
}