/*!
Theme Name: level_theme
*/
.about__box {
    justify-content:flex-start
}
.about__box:not(.reverse) .about__photo_mod {
    right: 0;
}
.about__box.reverse {
    flex-direction: row-reverse;
}
.about__box.reverse .about__photo_mod {
    left: 0;
}
@media (max-width: 1200px) {
    .about__box,
    .about__box.reverse {
        flex-direction: column-reverse;
    }
}
.text-page {
	padding: 100px 0;
	font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
	color: #2B2B2B;
}
.text-page h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 48.41px;
	text-align: center;
	color: #181616;
}
.text-page h3 {
	margin-top: 30px;
	font-weight: 700;
	line-height: 26px;
}
.entry-content {
	margin-top: 40px;
}
@media (max-width: 768px) {
	.text-page h1 {
		font-size: 35px;
	}
}
@media (max-width: 575px) {
	.text-page h1 {
		font-size: 28px;
	}
	.text-page {
		padding: 50px 0;
	}
}
@media (max-width: 400px) {
	.usage__text-photo {
		height: 100%;
	}
}
.about__details-text span {
	display: inline-block;
}