.about-company-pluses-section {
	margin-top: 20px;

	@include mobile {
		padding: 0 16px;
	}

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

		.company-pluses-section__li {
			flex-flow: row nowrap;
			gap: 16px;

			.company-pluses-section__li__main {
				span {
					font-size: 18px;
					line-height: 21px;
				}

				p {
					font-size: 14px;
					line-height: 16px;
				}
			}
		}
	}
}
