.simple-highlights{padding: 50px 0px;}
.simple-highlights > .title{text-align: center; margin-bottom: 60px;}
.simple-highlights .highlights{display: flex; flex-wrap: wrap;}
.simple-highlights .highlights .icon-highlight{width: calc(100% * (1/3)); display: flex; padding: 40px; padding-right: 150px; position: relative; padding-top: 100px; margin-bottom: 40px;}
.simple-highlights .highlights .icon-highlight:nth-of-type(n):before{content: ''; display: inline-block; height: 85%; width: 2px; background-color: #cccccc; position: absolute; top: 5%; right: 0px;}
.simple-highlights .highlights .icon-highlight:nth-of-type(n):after{content: ''; display: inline-block; width: 54%; height: 2px; background-color: #cccccc; position: absolute; left: 23%; bottom: 0px;}
.simple-highlights .highlights .icon-highlight:nth-of-type(3n){padding-right: 20px;}
.simple-highlights .highlights .icon-highlight:nth-of-type(3n):before{display: none;}
.simple-highlights .highlights .icon-highlight:nth-last-child(-n+3){margin-bottom: 0px;}
.simple-highlights .highlights .icon-highlight:nth-last-child(-n+3):after{display: none;}
.simple-highlights .highlights .icon-highlight .image-wrap{ height: auto; width: 20%; }
.simple-highlights .highlights .icon-highlight .image-wrap img{width: 100%; max-width: 100px;}
.simple-highlights .highlights .icon-highlight .content{width: 80%; position: relative; padding-bottom: 60px;}
.simple-highlights.highlights .icon-highlight .image-wrap img{height: 100%;}
.simple-highlights .highlights .icon-highlight .title{margin-top: 0px;}
.simple-highlights > .description{max-width: 1600px; margin-bottom: 60px; margin-right: auto; margin-left: auto; text-align: center;}
.simple-highlights .highlights .icon-highlight .content{padding-bottom: 80px;}
.simple-highlights .highlights .icon-highlight .content .btn{position: absolute; left: 0px; right: 0px; max-width: 400px; bottom: 0px; top: auto;}

body:not(.home) .simple-highlights .walkthrough-scroller{display: none;}

@media(max-width: 2300px){
	.simple-highlights .highlights .icon-highlight .image-wrap{width: 25%;}
}

@media(max-width: 2100px){
	.simple-highlights .highlights .icon-highlight .image-wrap{width: 27%;}
}

@media(max-width: 1920px){
	.simple-highlights .highlights .icon-highlight{margin-bottom: 20px;padding: 20px;padding-right: 80px;padding-top: 50px;}
	.simple-highlights .highlights .icon-highlight .image-wrap{width: 22%;padding-right: 20px;}
	.simple-highlights .highlights .icon-highlight{padding-bottom: 50px;}
	.simple-highlights .highlights .icon-highlight:after{width: 90%; left: 5%;}
	.simple-highlights > .title{margin: 0px; margin-bottom: 30px;}
	.simple-highlights > .description{max-width: 80%; margin-bottom: 30px;}

	.simple-highlights .highlights .icon-highlight .content{padding-bottom: 60px;}
	.simple-highlights .highlights .icon-highlight .content .btn{max-width: 200px;}
}	

@media(max-width: 1200px){
	.simple-highlights .highlights .icon-highlight{padding: 30px 20px;padding-bottom: 30px;}
}

@media(max-width: 1024px){
	.simple-highlights .highlights .icon-highlight{width: calc(100% * (1/2)); padding-right: 40px;}
	.simple-highlights .highlights .icon-highlight .image-wrap{width: 20%;}
	.featured-content:not(.home-style) .content{width: 60%;}
	.simple-highlights .highlights .icon-highlight:nth-of-type(n){padding: 30px 20px;padding-bottom: 30px; margin-bottom: 20px;}
	.simple-highlights .highlights .icon-highlight:nth-of-type(n):before{display: inline-block; height: 95%; top: -2%;}
	.simple-highlights .highlights .icon-highlight:nth-of-type(n):after{display: inline-block; width: 90%; left: 5%;}
	.simple-highlights .highlights .icon-highlight:nth-of-type(2n){padding-right: 20px;}
	.simple-highlights .highlights .icon-highlight:nth-of-type(2n):before{display: none;}
	.simple-highlights .highlights .icon-highlight:nth-last-child(-n+2){margin-bottom: 0px;}
	.simple-highlights .highlights .icon-highlight:nth-last-child(-n+2):after{display: none;}
	.simple-highlights > .description{max-width: 80%;}
}

@media(max-width: 768px){
	.simple-highlights > .title{margin-bottom: 0px;}
	.simple-highlights .highlights{flex-wrap: wrap;}
	.simple-highlights .highlights .icon-highlight{width: 100%; padding: 30px 20px;flex-wrap: wrap;justify-content: center;}
	.simple-highlights .highlights .icon-highlight .image-wrap{width: 100%;text-align: center;height: 65px;margin-bottom: 15px;padding: 0px;}
	.simple-highlights .highlights .icon-highlight:nth-of-type(n):before{display: none;}
	.simple-highlights .highlights .icon-highlight:nth-of-type(n):after{display: inline-block; width: 90%; left: 5%;}
	.simple-highlights .highlights .icon-highlight:last-of-type{margin-bottom: 0px;}
	.simple-highlights .highlights .icon-highlight:last-of-type:after{display: none;}
	.simple-highlights .highlights .icon-highlight .content{text-align: center; width: 100%;}

	.simple-highlights .highlights .icon-highlight .content .btn{margin: auto;}
}