.section-assistant {
	margin: 30px 0;
}
.assistant-row {
	display: flex;
	justify-content: space-between;
}
.assistant-col--left {
	flex-basis: 734px;
	max-width: 734px;
	margin-right: 20px;
}
.section-assistant h1 {
	margin-top: 55px;
	margin-bottom: 10px;
}
.section-assistant h1,
.section-assistant h2 {
	font-family: "Roboto", sans-serif;
	font-size: 42px;
	line-height: 50px;
	font-weight: 400;
	color: #1e5191;
}
.section-assistant h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.section-assistant p,
.section-assistant h3 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #798691;
}
.section-assistant p span br:first-of-type{
	display: none;
}
.section-assistant p a {
	color: #1e5191;
}
.section-assistant h3 {
	text-align: center;
	margin: 0;
}
.section-destinations {
	margin: 30px 0;
}

@media only screen and (max-width: 750px) {
	.section-assistant{
		margin: 15px 0;
	}
	.assistant-row {
		flex-direction: column;
	}
	.assistant-col--left {
			flex-basis: unset;
	max-width: unset;
		order: 2;
	}
	.assistant-col--right {
		order: 1;
		text-align: center;
	}.section-assistant h1{
		margin-top: 20px;
	}
	.section-assistant h2{
		margin-top: 85px;
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 35px;
	}
	.section-assistant h3{
		font-size: 16px;
		line-height: 20px;
	}
	.section-destinations{
		margin: 0px 0 40px;
	}
	.main-destinations .container{
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 500px) {

.section-assistant p span br:first-of-type{
	display: block;
}
.section-assistant p span br:not(:first-of-type){
	display: none;
}

}
