.mm-section-text .mm-section {
	row-gap: 20px;
}
.mm-section-text .mm-section .mm-text-large {
	grid-column: 2 / span 1;
	max-width: 451px;
}

@media (max-width: 768px) {
	.mm-section-text .mm-section {
		display: flex;
	}
	.mm-section-text .mm-section .mm-text-large {
		grid-column: 1 / span 1;
		max-width: unset;
		font-size: 12px;
		line-height: 16px;
	}
}
