.editor-styles-wrapper{
	.technologies{
		padding: var(--section-padding);
		background: var(--wp--preset--color--background-colors-bg-light-1);
	}
	.technologies .listing{
		gap: 24px 0;
	}

	.technology-item{
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 40px 24px 24px;
		background: var(--wp--preset--color--main-colors-weiss);
		box-shadow: 0px 4px 0px #f2f2f2,0px 4.5px 0.5px rgba(0,0,0,0.25),0px 2px 6px rgba(0,0,0,0.2);
		text-decoration: none;
	}
	.technology-item .image img{
		width: 150px;
		height: 46px;
		object-fit: contain;
		object-position: left center;
	}
	.technology-item h4{
		margin: 40px 0 16px;
	}
	.technology-item .excerpt{
		margin-bottom: 16px;
		color: var(--wp--preset--color--font-colors-font-dark-2);
	}
	.technology-item .link{
		margin-top: auto;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.7143;
		letter-spacing: 0.12em;
		color: var(--wp--preset--color--main-colors-orange);
		text-transform: uppercase;
	}
}