.acf_section--text {
}

.acf_section--text.layout--col-1:not(.full_width) .text_section_container {
	max-width: 800px;
}

.acf_section--text.layout--col-2 .text_section_container {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: var(--hgap-universal);
	row-gap: var(--vgap-universal);
}

@media (max-width: 700px) {
	.acf_section--text.layout--col-2 .text_section_container {
		grid-template-columns: repeat(1,1fr);
	}
}
