.image-text-minimal {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-direction: column;
	justify-content: center;
	gap: 1.5rem;
	padding: 1rem 0;

	> * {
		width: 100%;
		text-align: center;
	}

	@media (min-width: 700px) {
		flex-direction: row;

		> * {
			width: 100%;
			text-align: left;
		}
	}

	> img {
		width: 7.5rem;
	}

	.prose {
		font-size: var(--text-base);
	}
}
