.newsletter {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	column-gap: 30px;
	margin-top: 60px;
}

	.news_box {
		width: calc(100% / 3);
	}