.editor-styles-wrapper{
	.technologyperformance{
		padding: 70px 0 100px;
	}

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

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