#location {
	margin-top: 63px;
}

#location .title {
	font-size: 64px;
	line-height: 80px;
	margin-bottom: 6px;
}

#location .title span {
	font-size: 32.5px;
	line-height: 48px;
	padding: 0 24px;
	width: fit-content;
	margin: 0 auto;
	font-weight: 400;
}

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

#location p {
	font-size: 23.5px;
	line-height: 1.4468085106em;
	max-width: 600px;
	margin: 0 auto;
}

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

#location select {
	padding: 11px 0px 10px 16px;
}

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

	#location br {
		display: none
	}

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

	#location img {
		margin-bottom: 6px;
		max-width: 180px;
	}

	;

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

	#location .title {
		font-size: 42px;
		line-height: 58px;
		margin-top: 37px;
		margin-bottom: 4px;
	}

	#location .title span {
		font-size: 19px;
		line-height: 26px;
		padding: 0 27px;
	}

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

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