main {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 6rem);
	padding: 17rem 3rem 10rem;
}

.img-wrapper {
	flex: 1;
	/* height: 100%; */
	overflow: hidden;
}

.img-wrapper > img {
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
}

.text-wrapper {
	flex: 1;
	font-size: 1.6rem;
	margin: 0 18rem 0 3rem;
}

/* .text-wrapper > p:nth-child(2) {
	margin: 6rem 0;
}

.text-wrapper > ul > li:not(:last-child) {
	margin-bottom: 3rem;
}

.text-wrapper ol {
	padding-left: 1.2rem;
	margin-top: 1rem;
}

.text-wrapper ol > li:not(:last-child) {
	margin-bottom: 0.5rem;
} */

@media screen and (max-width: 768px) {
	main {
		display: block;
		height: auto;
		padding: 10rem 2rem;
	}

	/* .img-wrapper {
		height: 66vw;
	} */

	/* main p {
		margin: 3rem 0 0 0;
		font-size: 1.2rem;
	} */

	.text-wrapper {
		margin: 3rem 0 0 0;
		font-size: 1.2rem;
	}

	/* .text-wrapper ol {
		padding-left: 1.2rem;
		margin-top: 1rem;
	} */
}
