
	.content.svelte-3zt3hf {
		display: flex;
		gap: var(--gap-medium-related-blocks);
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;

		@media screen and (max-width: 800px) {
			align-items: center;
			text-align: center;
		}
	}
