.about-wrapper {
	margin-left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	min-height: 100svh;
	padding: 70px 20px 50px 20px;
	gap: 30px;
}

.about-title {
	margin-bottom: 20px;
}

@media screen and (min-width: 800px) {
	.about-wrapper {
		margin-left: 300px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		height: 100svh;
	}

	.about-title {
		margin-bottom: 50px;
	}
}
