@charset "UTF-8";
/* CSS Document */

.text-image, .text-editor {
	background-color: var(--white);
}

.text-editor .column {
	padding: var(--gap) 0;
}

.text-image .col-2 {
	gap: var(--gap);
	padding: var(--gap) 0;
}

.text-image img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-top: 10px double var(--act-primary);
	border-bottom: 10px double var(--act-primary);
}

.text-image.reverse .text-box {
	order: -1;
}

.text-image .text-box {
	align-content: center;
}

.text-image .text-box h2 {
	color: var(--act-primary);
}

@media screen and (max-width: 768px) {
	
}