/* Styles */ 

.cta-panel.career header {
	text-align:center;
}

.cta-panel.career {
	padding-bottom:3rem;
}

.cta-panel.career .cta-cont .img-cont {
    position: relative;
 	width:100%;
}

.cta-panel.career .cta-cont .img-cont figure {
	width:100%;
	height:100%;
	padding-bottom: unset;
	aspect-ratio: 2 / 1;
}

.cta-panel.career .cta-cont li {
	height: 40em;
}

.cta-panel.career .cta-cont .tile {
	margin: 0 1rem;
	display: block;
	height: 100%;
	overflow: hidden;
}

.cta-panel.career .cta-cont .content-cont {
	padding: 1.7rem 1.25rem;
	height: 100%;
}

.cta-panel.career .cta-cont .content-cont span {
	display: block;
}

.cta-panel.career .cta-cont .content-cont span:not([class*="title-style-"]) {
	line-height: 1.8;
}

.cta-panel.career .cta-cont .content-cont .btn {
	margin-top: 2rem;
}

/* 1024px Responsive */
@media screen and (max-width:1024px){
	.cta-panel.career .cta-cont li {
    	width: 33.33%;
	}
}

/* 1024px Responsive */
@media screen and (max-width:1024px){
	.cta-panel.career .cta-cont li {
    	width: 33.33%;
	}
}
/* 800px Responsive */
@media screen and (max-width:800px){
	.cta-panel.career .cta-cont li {
    	width: 100%;
	}
}