.mrm-pp-cont .elementor-widget-heading {
	margin-block-start: 6px;
}

/*.mrm-pp-cont li::marker {
    font-size: 12px;
}*/

.mrm-pp-cont ul {
	padding-left: 20px;
	list-style: none;
   	margin-bottom: var(--mrm-para-padding);
}

.mrm-pp-cont ul li {
	position: relative;
}

.mrm-pp-cont ul li::before {
	content: "•";
    position: absolute;
    left: -15px;
    /*top: 50%;*/
    top: 12px;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
}