/* Text. */

._text {
	font-size: 13px;
}

._text h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 48px;
}

._text h3:not(:first-child) {
	margin-top: 52px;
}

._text h3 {
	font-size: 16px;
	font-weight: 700;
}

._text ul {
	display: grid;
	grid-gap: 1em;
}

._text span {
	color: #F5962C;
}

._text p:not(:first-child) {
	margin-top: 1em;
}

._text_more {
	display: none;

	margin-top: 12px;
	color: var(--primary);
	font-size: 15px;
	font-weight: 500;
}

/* Text. */

@media only screen and (max-width: 900px) {

	/* Text. */

	._text h2 {
		margin-bottom: 28px;
	}

	._text h3:not(:first-child) {
		margin-top: 28px;
	}

	._text_wrapper {
		overflow: hidden;

		height: 260px;
		text-overflow: ellipsis;
	}

	._text_more {
		display: block;
	}

	/* Text. */

}