.hero {
	position:relative;
	height:100vh;
	background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../Assets/MoreCountries/Таиланд.webp') no-repeat center center/cover !important;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	flex-direction:column;
}

.form-section {
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:100vh;
	background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url('../Assets/MoreCountries/Таиланд.webp') no-repeat center center/cover !important;
}
