.mtg-2a789f12-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mtg-2a789f12-row {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
}

.mtg-2a789f12-col {
	display: flex;
	flex-direction: column;
}

/* On mobile, stack them */
@media (max-width: 767px) {
	.mtg-2a789f12-row {
		flex-direction: column;
	}
	.mtg-2a789f12-row .mtg-2a789f12-col-left,
	.mtg-2a789f12-row .mtg-2a789f12-col-right {
		width: 100% !important;
	}
}

.mtg-2a789f12-image-box {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

.mtg-2a789f12-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mtg-2a789f12-text-box {
	background-color: #F4EAE0;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.mtg-2a789f12-subtitle {
	color: #E68A71;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.mtg-2a789f12-content {
	color: #0F3C5C;
	font-size: 24px;
	line-height: 1.4;
	font-family: serif;
	margin-bottom: 20px;
}

.mtg-2a789f12-author {
	color: #7A8C99;
	font-size: 14px;
}
