.tc-2col {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 40px;
}

.tc-2col__col {
	flex: 1;
	min-width: 0;
}

h2.tc-2col__heading {
	margin: 0 !important;
}

.tc-2col__text {
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.tc-2col {
		gap: 32px;
	}
}
@media screen and (max-width: 767px) {
	.tc-2col {
		flex-direction: column;
	}
}
