.full_img{
	margin-bottom: 0px;
}
._4{
	margin-top: 80px;
	margin-bottom: 40px;
}
#carousel_2{
	margin-bottom: 80px;
}

#carousel_2 .item img{
	/*width: 83vw;
	height: auto;*/
}
#slick_arrows_2 {
    /*width: auto;
    left: 10%;
    right: 10%;*/
}
.fact{
	display: inline-block;
	margin-top: 25px;
	padding-left: 40px;
	background: url(../images/factsheet.svg) left center no-repeat;
	background-size: 20px;
}



@media (max-width: 992px){

	._4 {
	    margin-top: 40px;
	}
	#carousel_2 {
	    margin-bottom: 40px;
	}
	.features.line {
	    margin-top: 40px;
	}
	.features {
	    margin-top: 10px;
	}
	.fact {
	    margin-top: 10px;
	    padding-left: 18px;
	    background: url(../images/factsheet.svg) -2px center no-repeat;
	    background-size: 15px;
	}

}


@media (max-width: 576px){

	._4 {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	#carousel_2 {
	    margin-bottom: 20px;
	}
	._5 .text{
		text-align: right;
	}
	.features.line {
	    margin-top: 20px;
	}
	.features.line .text {
		margin-bottom: 20px;
	}
	.fact {
	    float: right;
	    padding-left: 0px;
	    padding-right: 18px;
	    background: url(../images/factsheet.svg) right center no-repeat;
	    background-size: 15px;
	}

}









