.about__content, .about__text {
	width: 100%;
	max-width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}
.about__text {
	gap: 10px;
}
.about__text * {
	font-size: 20px;
}

@media screen and (max-width: 1600px) {
	.about__text * {
		font-size: 18px;
	}
	.about__content {
		gap: 30px;
	}
}
@media screen and (max-width: 720px) {
	.about__text * {
		font-size: 18px;
	}
}
@media screen and (max-width: 550px) {
	.about__text * {
		font-size: 16px;
	}
}