.bx-section-description {
	/* margin-top: 64px; */
}

.bx-section-description {
    font-size: 21px;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 300;
}

.bx-section-description + .catalog-slider__wrapper {
	margin-top: 35px;
}

.section-text-content + br {
	display: none;
}


.bx-section-description h2 {
	font-size: 38px;
	margin-top: 28px;
}

.bx-section-description h3 {
	margin-top: 22px;

	font-size: 32px;
}

.bx-section-description h1,
.bx-section-description h2,
.bx-section-description h3 {
	margin-bottom: 4px;

    font-weight: 700;
	line-height: 28px;
}

.bx-section-description p {
    line-height: 32px;
}

.bx-section-description ul {
    margin-top: 14px;
    margin-bottom: 14px;
	margin-left: 14px;
}

.bx-section-description li {
	line-height: 32px;

	position: relative;
	margin-bottom: 7px;
}

.bx-section-description li::before {
	content: '•';

	display: block;
	/* width: 4px; */
	/* height: 4px; */
	/* border-radius: 50px; */
	/* background: #000; */
	color: #000;

	position: absolute;
	/* left: -12px; */
    /* top: 15px; */

	left: -18px;
    top: 1px;
	margin: auto;
}