.container {
	@apply flex flex-col w-full items-start;
}

.size_base {
	@apply p-4;
}

.size_lg {
	@apply p-8;
}
