.about-company-section {
	display: flex;
	flex-flow: column;
	margin: 32px 16px 0;

	.company-pluses-section,
	.company-level-section {
		margin-top: 24px;

		@include desktop {
			margin-top: 32px;
		}
	}

	@include desktop {
		align-self: center;
		width: calc(100% - 32px);
		max-width: $width-desktop;
		margin: 80px 0 0;
	}
}

.about-company-section__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.03em;

	@include desktop {
		font-size: 38px;
	}
}

.about-company-section__desc {
	margin-top: 14px;
	font-size: 14px;
	line-height: 150%;

	@include desktop {
		margin-top: 16px;
		font-size: 16px;
	}
}
