.editor-styles-wrapper .aboutussustainability{
	position: relative;
	padding: 104px 0;

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

	&::after{
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient( 90deg, #2A363C 30%, rgba(42,54,60,0) 85%);
	}
	.bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.container{
		position: relative;
		z-index: 2;
	}

	.logos{
		gap: 16px;
	}
}