.about {
	position: relative;
	color: white;
	min-height: 50vh;
	display: flex;
	align-items: center;
	padding: 3rem 0;
}

.about__image_container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.about__image {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.about__text_container {
	margin: auto;
	max-width: 80%;
}

.about__resume {
	margin-top: 2rem;
	font-size: 1.2rem;
}

@media (min-width: 768px) {
	.about {
		min-height: 85vh;
	}

	.about__text_container {
		max-width: 60%;
		margin: auto;
	}
}
