h1 {
	font-size: 24px;
}

.logo img {
	width: 20%;
}

.logo h2 {
	font-size: 18px;
}

.links {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.links a {
	padding: 8px 12px;
}

.links a span {
	font-size: 16px;
	text-decoration: none;
}

.links a img {
	height: 24px;
	width: 24px;
}

.about {
	padding: 24px 24px 192px;
	gap: 48px;
}

.description p,
.description span {
	font-size: 20px;
}

.service {
	padding: 12px 24px 96px;
	gap: 48px;
	border-radius: 70px 70px 0 0;
}

.service-line {
	display: block;
	width: 40%;
	background: var(--base-02);
	height: 8px;
	border-radius: 4px;
	align-self: center;
}

.service__title p {
	font-size: 50px;
}

.service__title p img {
	width: 50px;
	height: 50px;
	border-radius: 18px;
}

.service > p {
	font-size: 24px;
}

.connect {
	padding: 96px 24px;
	gap: 48px;
}

.connect .service__title p {
	display: block;
	text-align: center;
}

.products {
	padding: 96px 24px;
	gap: 48px;
}

.products-list {
	flex-direction: column;
}

.products-list p {
	font-size: 18px;
	justify-content: space-between;
}

.howto {
	padding: 96px 24px 24px;
	gap: 48px;
	border-radius: 0 0 70px 70px;
}

.howto__title p {
	font-size: 50px;
}

.howto__steps {
	flex-direction: column;
	gap: 24px;
}

.howto__steps .step p,
.howto__steps .step span {
	font-size: 24px;
}

.footer {
	margin-top: -70px;
	padding-top: 192px;
}

.footer-container {
	margin-top: 24px;
	padding: 0 20px 96px;
	gap: 48px;
}

.footer__title {
	display: flex;
	justify-content: center;
}

.contacts {
	flex-direction: column;
}

.contacts__documents {
	width: 100%;
}
