#assistance {
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100vh);
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100vh);
	background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100vh);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}
#assistance h1{
	margin-bottom:3rem;
}
#assistance .modalOperations > div{
	margin-bottom: 2.5rem;
}
#assistance ol li p {
	padding:1rem 0;
}
#assistance .fixedImage > div {
	height:calc(100vh - 7rem);
	background-size:cover;
	background-position:center;
	width:100%;
	position: relative;
}
#assistance h3 {
	display: flex;
	justify-content: space-between;
}
#assitance h3 > * {
	align-self: center;
	
}
#img1 {
	background-size:cover;
	background-position: center center;	
	display: flex;
	flex-direction: column-reverse;
}

@media only screen and (max-width:992px) {
	#assistance .fixedImage > div {
		height: 33vh;
	}
}
