/* Lazy Block: text-section. */
/* Figma PC: 6673:25058 + 6673:25061, Tablet: 6245:6045 + 6245:6048,
   Mobile: 6245:6165 + 6245:6168. Storage variant desktop: 6673:25322 + 6673:25325. */

.text-section {
	position: relative;
	width: 100%;
	padding: 120px 24px;
	background: transparent;
	color: #000;
}

.text-section__inner {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
}

.text-section__heading {
	display: flex;
	justify-content: center;
	margin: 0 0 64px;
}

.text-section__heading-label {
	display: inline-block;
	font-family: 'Sofia Pro', 'Inter', system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.05em;
	color: #000;
	white-space: nowrap;
}

.text-section__heading-number {
	margin-left: 4px;
	font-weight: 400;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: -0.05em;
	vertical-align: top;
}

.text-section__content {
	width: 504px;
	max-width: 100%;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.text-section__title {
	margin: 0;
	font-family: 'Sofia Pro', 'Inter', system-ui, sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 28px;
	letter-spacing: -0.05em;
	color: #000;
}

.text-section__body {
	margin: 0;
	font-family: 'Sofia Pro', 'Inter', system-ui, sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: -0.02em;
	color: #000;
}

.text-section__body p {
	margin: 0 0 28px;
}

.text-section__body p:last-child {
	margin-bottom: 0;
}

.text-section__body a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.text-section__body strong {
	font-weight: 500;
}

.text-section--storage .text-section__body {
	font-weight: 500;
	line-height: 24px;
}

.text-section--storage .text-section__body p {
	margin-bottom: 24px;
}
.text-section--storage .text-section__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-section--storage .text-section__content {
    margin-left: 0;
    margin-right: 0;

@media (max-width: 1280px) {
	.text-section {
		padding: 96px 24px;
	}

	.text-section__inner {
		max-width: 717px;
	}

	.text-section__heading {
		margin-bottom: 64px;
	}

	.text-section__content {
		width: 448px;
		gap: 36px;
	}

	.text-section__title {
		font-size: 30px;
		line-height: 28px;
	}

	.text-section__body {
		font-size: 21px;
		line-height: 24px;
	}

	.text-section__body p {
		margin-bottom: 24px;
	}

	.text-section--storage .text-section__body {
		font-weight: 500;
	}
}

@media (max-width: 900px) {
	.text-section {
		padding: 64px 24px;
	}

	.text-section__inner {
		max-width: 100%;
	}

	.text-section__heading {
		justify-content: center;
		margin-bottom: 32px;
	}

	.text-section__heading-label {
		font-size: 13.5px;
		line-height: 13.5px;
	}

	.text-section__heading-number {
		margin-left: 3px;
		font-size: 7.5px;
		line-height: 13.5px;
	}

	.text-section__content {
		width: 100%;
		margin-left: 0;
		gap: 27px;
	}

	.text-section__title {
		font-size: 22.5px;
		line-height: 21px;
		letter-spacing: -0.05em;
	}

	.text-section__body {
		font-size: 15.75px;
		line-height: 21px;
		letter-spacing: 0;
	}

	.text-section__body p {
		margin-bottom: 21px;
	}

	.text-section--storage .text-section__body {
		font-weight: 400;
		line-height: 21px;
		letter-spacing: 0;
	}

	.text-section--storage .text-section__body p {
		margin-bottom: 21px;
	}
}
