.bullets_list__container {
	padding: 1rem 3rem;
	max-width: 1440px;
	margin-inline: auto;
}
{#
.bullets_list__block {
	display: flex;
	flex-direction: column;
}
#}
.bullets_list__title {
	font-weight: bold;
	font-size: 2rem;
	margin: 0;
}
.bullets_list__list {
	padding: 0 0 0 20px;
}


.bullets_list__item.bullet_with_icon {
	list-style: none;
}

.bullets_list__item.bullet_without_icon::marker {
	color: #ff5908;
}

.bullets_list__item div.mt-0 p {
	margin-top: 0;
}

.bullets_list__item p {
	margin-block: auto;
}

@media (max-width: 1024px) {
	.bullets_list__container {
		padding-inline: 1rem;
	}
}
@media (max-width: 600px) {
	.bullets_list__block {
		align-items: center;
	}
	.bullets_list__title {
		text-align: center;
	} 
}