#t_Industries
{
	background-color: #030303;
	position: relative;
	display: flex;
    flex-direction: column;
    gap: 60px;
	padding: 60px 0;

	.background
	{
		position: absolute;
		width: 100%;
		height: 100%;
		background-repeat: repeat-y;
		background-size:contain;
		max-width: 1440px;
		opacity:0.33;
	}

	.bg_left
	{
		left:0;
		background-position:left top;
		background-image:url(/wp-content/acftb-content/_images/pattern-left-bg.webp);
	}

	.bg_right
	{
		right:0;
		background-position:right top;
		background-image:url(/wp-content/acftb-content/_images/pattern-right-bg.webp);
	}
}