.list li {
	padding-left: 1em;
	padding-bottom: .25rem;
}

.list_style_type_disc {
	list-style-type: disc;
}

.list_style_type_decimal {
	list-style-type: decimal;
}

.list_style_type_decimal li, .list_style_type_disc li {
	list-style: inherit;
}

.bg_custom_info {
	background: #e9f1f5;
}

.border_custom_primary {
	border-color: #2d4a76!important;
}

.mw_350px {
	max-width: 350px;
}

.text_red {
	color: #ff625b;
}