
	.w.svelte-1bf8zfo {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: var(--gap-medium-unrelated-blocks);
		flex: 1;

		align-items: center;
		justify-items: center;

		@media screen and (max-width: 800px) {
			grid-template-columns: 1fr;
			align-items: center;
			justify-items: center;
			padding: var(--gap-medium-unrelated-blocks) 0px;
		}
	}

	.w.svelte-1bf8zfo :where(.svelte-1bf8zfo) {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: start;
		/* text-align: center; */
		width: 100%;
		/* margin: auto; */
		/* width: 100%; */
		/* height: 100%; */

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

	.main.svelte-1bf8zfo {
		width: 80%;
	}
