.editor-styles-wrapper .aboutusaboutus{
	padding: 100px 0;
	background: var(--wp--preset--color--background-colors-bg-light-1);

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

	.row{
		gap: 48px 0;
	}
	.item{
		height: 100%;
		background: var(--wp--preset--color--font-colors-font-light-1);
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20), 0px 4px 0px 0px #F2F2F2;

		.info{
			padding: 24px 24px 48px;
		}
	}
}