.editor-styles-wrapper{
	.technologystandard{
		padding: 96px 0 58px;
		background: var(--wp--preset--color--background-colors-bg-light-1);
	}

	@media (max-width: 991px){
		.technologystandard{
			padding: 80px 0;
		}
	}

	@media (max-width: 767px){
		.technologystandard{
			padding: 60px 0;
		}
	}
}