.two-column-text {
	@media (min-width: 1024px) {
		display: flex;
	}

	h2 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 18px;
	}

	p {
		line-height: 26px;
	}

	> div {
		@media (min-width: 1024px) {
			width: 50%;

			&:first-child {
				padding-right: 16px;
			}

			&:last-child {
				padding-left: 16px;
			}
		}
	}
}

.two-column-text__meta {
	display: flex;
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 18px;
	margin-bottom: 40px;

	span {
		display: flex;
		align-items: center;
		margin-right: 32px;

		img {
			margin-right: 5px;
		}
	}
}
