.editor-styles-wrapper{
	.getintouchwithus{
		margin-top: 40px;
	}
	.getintouchwithus .box{
		background: var(--wp--preset--color--main-colors-slate);
		box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20), 0px 4.5px 0.5px 0px rgba(0, 0, 0, 0.25), 0px 4px 0px 0px #55616B;
		color: var(--wp--preset--color--main-colors-weiss);
	}
	.getintouchwithus .info{
		padding: 32px 24px 32px 0;
	}
	.getintouchwithus .region{
		margin-bottom: 18px;
		background: var(--wp--preset--color--font-colors-font-light-1);
		color: var(--wp--preset--color--font-colors-font-dark-1);
	}
	.getintouchwithus .name{
		margin-bottom: 6px;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2083;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	.getintouchwithus .mail{
		margin-top: 32px;
	}

	@media( max-width: 767px ){
		.getintouchwithus{
			width: 376px;
			max-width: 100%;
		}
		.getintouchwithus .info{
			padding: 32px 24px;
		}
	}
}