.sector_expertise_container {background-position: top center; background-repeat: no-repeat; background-size: cover;}
.sector_expertise_wrapper {max-width: 1190px; width: 100%; margin: 0 auto; padding: 60px 25px 40px; float: none; border-top: 2px solid #eeeeee;}
.sector_expertise_area {display: inline-block; width: 100%; margin: 0 auto;}

.sector_expertise_header {max-width: 1100px; width: 100%; padding: 0 0 50px; margin: 0 auto; text-align: center;}
.sector_expertise_header h2 {margin: 0 0 10px;}

.sector_expertise_section {display: inline-block; width: 100%; margin: 0 auto; display: flex; flex-wrap: wrap;}
.sector_expertise {width: 100%; margin: 0 auto 120px; padding: 0; display: flex; justify-content; center; align-items: center;}
.sector_expertise_inner {width: 100%; -ms-flex-flow: row wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}

.sector_expertise_image {width: calc(50% - 30px); margin: 0 30px 0 0; position: relative}
.sector_expertise_image:after {background: #f15a31; background: linear-gradient(111deg,rgba(50,39,110,.50),rgba(241,90,49,.50)); content: ""; display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}
.sector_expertise_image img {display: block; margin: 0 auto; height: 100%; width: 100%;}

.sector_expertise_content {width: calc(50% - 60px); margin: 0 30px; padding: 0 20px;}
.sector_expertise_content h3 {font-size: 40px; line-height: 48px; margin: 0 0 15px;}
.sector_expertise_content p {line-height: 26px;}
.sector_expertise_content p:last-child {margin: 0;}
.sector_expertise_content a {border-bottom: none !important; color: #f27654 !important; font-weight: 600;}
.sector_expertise_content a:hover {color: #000000 !important;}

.sector_link i {padding: 0 0 0 5px;}

@media (min-width: 801px) {
    .sector_expertise:nth-child(even) .sector_expertise_inner {flex-direction: row-reverse;}
	.sector_expertise:nth-child(even) .sector_expertise_image {margin: 0 0 0 30px;}
}

@media (max-width: 800px) {
	.sector_expertise {margin: 0 auto 60px;}
    .sector_expertise_image {width: 100%; margin: 0 0 30px;}
	.sector_expertise_content {width: 100%; margin: 0;}
	.sector_expertise:nth-child(even) .sector_expertise_image {margin: 0 0 30px;}
	.sector_expertise_content h3 {font-size: 34px; line-height: 42px;}
}

@media (max-width: 600px) {
    .sector_expertise_wrapper {padding: 50px 25px 20px;}
	.sector_expertise_header {padding: 0 0 30px;}
	.sector_expertise_content h3 {font-size: 28px; line-height: 34px;}
}