	.seob__text-wrap {
		line-height: 25px;
	}

	.seob__text-wrap h1 {
		font-size: 24px;
		font-weight: bold;
		margin: 1rem 0;
	}

	.seob__text-wrap h2 {
		font-size: 24px;
		font-weight: bold;
		margin: 1rem 0;
	}

	.seob__text-wrap h3 {
		font-size: 22px;
		font-weight: bold;
		margin: 1rem 0;
	}

	.seob__text-wrap h4 {
		font-size: 20px;
		font-weight: bold;
		margin: 1rem 0;
	}

	.seob__text-wrap h5 {
		font-size: 1.5rem;
		font-weight: bold;
	}

	.seob__text-wrap h6 {
		font-size: 1.4rem;
		font-weight: bold;
	}

	.seob__text-wrap p {
		font-size: 18px;
		margin: 0.5rem 0;
	}

	.seob__text-wrap ul {
		font-size: 18px;
	}

	.seob__text-wrap li {
		font-size: 18px;
		margin: 10px auto;
		/* font-size: 16px; */
	}

	@media(max-width: 900px) {
		.seob__text-wrap h1 {
			font-size: 26px;
			font-weight: bold;
		}

		.seob__text-wrap h2 {
			font-size: 24px;
			/* font-size: 2rem; */
			font-weight: bold;
		}

		.seob__text-wrap h3 {
			font-size: 22px;
			/* font-size: 1.9rem; */
			font-weight: bold;
		}

		.seob__text-wrap h4 {
			font-size: 20px;
			font-weight: bold;
		}

		.seob__text-wrap h5 {
			font-size: 1.7rem;
			font-weight: bold;
		}

		.seob__text-wrap h6 {
			font-size: 1.6rem;
			font-weight: bold;
		}

		.seob__text-wrap p {
			font-size: 18px;
			/* font-size: 16px; */
		}
	}

	.seob__text-wrap ul {
		list-style-type: disc;
		margic-block-start: 1em;
		margic-block-end: 1em;
		padding-inline-start: 40px;
	}
