#one-c { padding: 0 var(--sec-inlineP); }
.one-c-head {
	width: min(45rem, 100%);
	margin: 0;
}
.one-c-head > h2 {
	font-size: clamp(1.75rem, 1.97vw + 1.31rem, 3rem);
	padding: var(--heading-topP) 0 var(--heading-bottomP);
	color: var(--color-h2);
}
.one-c-head > p {
	font-size: clamp(1.25rem, 0.87vw + 1.06rem, 1.8rem);
	margin: 0;
}
.one-c-body {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 0.75rem;
	padding: var(--heading-bottomP) 0 var(--heading-topP);
	margin: 0;
}
.product > h3 {
	font-size: 1.4rem;
	padding: 0.5em 0;
	margin: 0;
}
.product > .descr {
	list-style: disc outside none;
	padding-left: 1.25rem;
	margin: 0;
}
.descr > li:not(:first-child) {
	margin-top: clamp(0.5rem, 0.79vw + 0.32rem, 1rem);
}
#microsoft { padding: 0 var(--sec-inlineP); }
.microsoft-head {
	width: min(45rem, 100%);
	margin: 0;
}
.microsoft-head > h2 {
	font-size: clamp(1.75rem, 1.97vw + 1.31rem, 3rem);
	padding: var(--heading-topP) 0 var(--heading-bottomP);
	color: var(--color-h2);
}
.microsoft-head > p {
	font-size: clamp(1rem, 0.79vw + 0.82rem, 1.5rem);
	margin: 0;
	padding-bottom: var(--heading-topP);
}
#services {
	padding: 0 var(--sec-inlineP);
}
#services > h2 {
	text-align: center;
	font-size: clamp(1.75rem, 1.97vw + 1.31rem, 3rem);
	padding: var(--heading-topP) 0;
	color: var(--color-h2);
}
.services-body {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: clamp(1rem, -0.39vw + 1.09rem, 0.75rem);
	width: min(58rem, 100%);
	padding: 0 0 var(--heading-topP);
	margin: auto;
}
.services-body > li {
	--iconH: clamp(2.5rem, 0.79vw + 2.32rem, 3rem);
	--iconG: clamp(1rem, 0.79vw + 0.82rem, 1.5rem);
	margin-left: calc(var(--iconG) + var(--iconH));
}
.services-body > li > h3 {
	box-sizing: border-box;
	position: relative;
	font-size: 1.4rem;
	padding: clamp(0.7rem, 2.21vw + 0.21rem, 2.1rem) 0;
	margin: 0;
}
.services-body > li > h3::before {
	position: absolute;
	aspect-ratio: 1;
	height: var(--iconH);
	top: 50%;
	right: calc(100% + var(--iconG));
	transform: translate(0, -50%);
}
.services-body > li:first-child > h3::before { content: url("/images/services/case.svg"); }
.services-body > li:nth-child(2) > h3::before { content: url("/images/services/graph.svg"); }
.services-body > li:nth-child(3) > h3::before { content: url("/images/services/gear.svg"); }
.services-body > li:nth-child(4) > h3::before { content: url("/images/services/stable.svg"); }
.services-body > li > p {
	margin: 0;
}
#demo {
	padding: 0 var(--sec-inlineP);
}
#demo > .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(25rem, 100%);
	margin: auto;
}
#demo > .wrapper > h2 {
	font-size: clamp(1.75rem, 1.97vw + 1.31rem, 3rem);
	padding: var(--heading-topP) 0 var(--heading-bottomP);
	color: var(--color-h2);
}
#demo > .wrapper > p {
	text-align: center;
	font-size: clamp(1.25rem, 0.39vw + 1.16rem, 1.5rem);
	margin: 0;
}
#demo-form {
	--inputP: 0.5rem;
	--col-gap: 1.5rem;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: var(--col-gap);
	width: 100%;
	padding: var(--col-gap);
	margin-top: var(--heading-bottomP);
	background-color: #fafafa;
	box-shadow: 0 0 .1rem rgba(0,0,0,0.3);
}
#demo-form > h3 {
	padding-left: var(--inputP);
	margin: 0 0 var(--col-gap);
}
#demo-form > h3:not(:first-of-type) {
	margin-top: var(--col-gap);
}
#demo-form > .fst-cmn, #demo-form > .snd-cmn  {
	display: flex;
	flex-direction: column;
}
label {
	padding-left: calc(var(--inputP) + 1px);
	color: #707070;
}
label:not(:first-of-type) {
	margin-top: 1.25rem;
}
input, textarea, select {
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	width: 100%;
	padding: var(--inputP);
	margin-top: 0.25rem;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	color: black;
	background-color: white;
}
select {
	appearance: none;
	cursor: pointer;
}
textarea {
	resize: none;
}
#demo > .wrapper > button {
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1rem 2rem;
	margin: var(--heading-bottomP) 0;
	border: none;
	border-radius: 0.25rem;
	color: white;
	background-color: var(--color-btn);
	cursor: default;
}
@media (min-width: 43em) {
	.services-body {
		grid-template-columns: repeat(2, 1fr);
		column-gap: clamp(2.5rem, 2.76vw + 1.88rem, 4.25rem);
		padding-bottom: calc(var(--heading-topP) * 1.75);
	}
}
@media (min-width: 54em) {
	.one-c-body {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 6%;
		padding-top: var(--heading-topP);
	}
	.product > h3 {
		padding: 0.9em 0;
		border-bottom: 5px double #aaa;
		border-top: 5px double #aaa;
	}
	.product > .descr {
		padding-top: var(--heading-bottomP);
	}
	.descr > li {
		line-height: 2;
	}
	.microsoft-head > p {
		line-height: 1.6;
	}
	#demo > .wrapper {
		width: min(50rem, 100%);
	}
	#demo-form {
		--col-gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
	}
	#demo-form > h3 { grid-row: 1; }
	#demo-form > h3:not(:first-of-type) {
		margin-top: 0;
	}
	div.fst-cmn { grid-column: 1; }
	div.snd-cmn { grid-column: 2; }
}