/* Panel Text */
.panel-text { position: relative; overflow:hidden; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.panel-text h2 { }
.panel-text p { margin-top:4px; }
.panel-text-feature-line { display:block; width: 2px; height: 1000px; background:var(--purple); position:absolute; z-index:2; margin-left:3px; }
.panel-text ul { margin-bottom: 30px; padding-left: 30px; }
.panel-text li { margin-bottom: 5px; }

@media (min-width: 768px) {
	.panel-text.panel-class-team-of-experts h2 { max-width:288px; position:absolute; }
	.panel-text.panel-class-team-of-experts p  { max-width:860px; }
	.panel-text .col-lg-4 .left-wrapper { max-width:320px; }
	.panel-text.panel-class-left-medium .col-lg-4 .left-wrapper { max-width:310px; }
	.panel-text.panel-class-left-narrow .col-lg-4 .left-wrapper { max-width:280px; }
}

@media (max-width: 991px) {
	
}