.me-section {
	width: 100%;
	flex: 1 1 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-box {
	width: 80%;
	height: 700px;
	border-radius: 15px;
	background-color: var(--surface);
	margin: 3rem;
	z-index: 2;
}
.column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.desc {
	width: 80%;
	text-align: start;
	margin: 0 10%;
}

.header {
	position: relative;
	z-index: 99;
	font-size: xx-large;
	font-weight: bolder;
	color: var(--onSurface);
	text-align: center;
}

@media screen and (max-width: 580px) {
	.text-box {
		width: 90%;
		margin: 1rem;
		padding-bottom: 3rem;
	}
}

@media screen and (max-width: 450px) {
	.text-box {
		padding-bottom: 7rem;
	}
}

@media screen and (max-width: 350px) {
	.text-box {
		padding-bottom: 12rem;
	}
}

@media screen and (max-width: 350px) {
	.text-box {
		padding-bottom: 17rem;
	}
}
