.bulleted-list .bulleted-list-title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0
}

@media (max-width:1439px) {
	.bulleted-list .bulleted-list-title {
		font-size: 28px;
		line-height: 36px
	}
}

@media (max-width:767px) {
	.bulleted-list .bulleted-list-title {
		font-size: 27px;
		line-height: 40px
	}
}

.bulleted-list .link-list-wrapper {
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 16px
}

.bulleted-list .bullet-icon {
	width: 24px;
	float: left
}

.bulleted-list .bullet-icon img {
	vertical-align: middle
}

.bulleted-list .bullet-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: currentColor;
	margin-bottom: 10px
}

.bulleted-list .bullet-desc {
	color: currentColor;
	font-size: 16px;
	line-height: 22px
}

.bulleted-list .bullet-desc,
.bulleted-list .bullet-title {
	margin-left: 40px
}

.bulleted-list.divided .bullet-desc,
.bulleted-list.divided .bullet-title {
	margin-left: 0
}

.bulleted-list.divided .bullet-title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 5px
}

.bulleted-list.divided li:not(:last-child) {
	border-bottom: 1px solid #b0b8ba;
	padding-bottom: 16px
}

.bulleted-list.divided li.last {
	border-bottom: 0 none;
	padding-bottom: 0
}

.bulleted-list.divided li {
	display: flex
}

@media (max-width:991px) {
	.bulleted-list.divided li {
		flex-direction: column
	}
}

.bulleted-list.divided li .bullet-icon {
	float: none;
	width: 130px
}

@media (max-width:991px) {
	.bulleted-list.divided li .bullet-icon {
		width: 90px
	}
}

.bulleted-list.divided li .text-col {
	width: 100%
}

.bulleted-list.divided li .text-col:not(:first-child) {
	padding-left: 40px
}

@media (max-width:991px) {
	.bulleted-list.divided li .text-col:not(:first-child) {
		padding-left: 0;
		padding-top: 34px
	}
}

.bulleted-list.small .bullet-desc,
.bulleted-list.small .bullet-title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400
}

.bulleted-list.small li {
	margin-bottom: 25px
}

.bulleted-list.bullet-white-text .bullet-desc,
.bulleted-list.bullet-white-text div .bullet-title {
	color: #fff
}

.bulleted-list .bullet-title {
	color: #12225c
}

body.professional:not(.on-page-editor) .bulleted-list {
	margin: 30px auto
}

body.professional:not(.on-page-editor) .bulleted-list h3 {
	color: #fff;
	margin-bottom: 24px
}

body.professional:not(.on-page-editor) .bulleted-list .bullet-icon {
	width: 40px
}

body.professional:not(.on-page-editor) .bulleted-list .bullet-desc,
body.professional:not(.on-page-editor) .bulleted-list .bullet-title {
	color: #fff;
	margin-left: 60px
}

@media (max-width:768px) {
	body.professional:not(.on-page-editor) .bulleted-list li {
		display: flex;
		flex-direction: column
	}

	body.professional:not(.on-page-editor) .bulleted-list li .bullet-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 20px
	}

	body.professional:not(.on-page-editor) .bulleted-list li .bullet-title {
		font-size: 20px;
		margin: 0 0 10px 0
	}

	body.professional:not(.on-page-editor) .bulleted-list li .bullet-desc {
		margin: 0
	}
}