.editor-styles-wrapper .aboutuscareers{
	position: relative;
	min-height: 640px;
	padding: 100px 0;
	background: #2a363c;
	color: var(--wp--preset--color--font-colors-font-light-1);

	@media( max-width: 991px ){
		min-height: 0;
	}

	@media( max-width: 767px ){
		padding: 0 0 48px;
	}

	&::after{
		content: '';
		display: block;
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, #2A363C 26.4%, rgba(42, 54, 60, 0) 57.14%); 

		@media( max-width: 767px ){
			top: calc( 50vw - 87px );
			height: 80px;
			background: linear-gradient( 0deg, #2A363C 0%, rgba(42, 54, 60, 0) 100% ); 
		}
	}

	.bg{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;

		@media( max-width: 767px ){
			position: static;
			aspect-ratio: 2/1;
		}
	}
	.container{
		position: relative;
		z-index: 3;
	}
	h3{
		color: #fff;
	}
}