
.full-width-section ul li::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_332_516' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='1' width='22' height='22'%3E%3Cpath d='M12 22C13.3135 22.0016 14.6143 21.7437 15.8278 21.2411C17.0412 20.7384 18.1434 20.0009 19.071 19.071C20.0009 18.1434 20.7384 17.0412 21.2411 15.8278C21.7437 14.6143 22.0016 13.3135 22 12C22.0016 10.6866 21.7437 9.38572 21.2411 8.17225C20.7384 6.95878 20.0009 5.85659 19.071 4.92901C18.1434 3.99909 17.0412 3.26162 15.8278 2.75897C14.6143 2.25631 13.3135 1.99839 12 2.00001C10.6866 1.99839 9.38572 2.25631 8.17225 2.75897C6.95878 3.26162 5.85659 3.99909 4.92901 4.92901C3.99909 5.85659 3.26162 6.95878 2.75897 8.17225C2.25631 9.38572 1.99839 10.6866 2.00001 12C1.99839 13.3135 2.25631 14.6143 2.75897 15.8278C3.26162 17.0412 3.99909 18.1434 4.92901 19.071C5.85659 20.0009 6.95878 20.7384 8.17225 21.2411C9.38572 21.7437 10.6866 22.0016 12 22Z' fill='white' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M8 12L11 15L17 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_332_516)'%3E%3Cpath d='M0 0H24V24H0V0Z' fill='%2337123C'/%3E%3C/g%3E%3C/svg%3E");
	position: absolute;
	left: 0;
	background-size: cover;
	top: 0.25em;
}
.full-width-section ul li {
	position: relative;
	padding-left: 36px;
	margin-bottom: 20px;
	line-height: 1.7;
}
.full-width-section ol {
	margin-left: 0;
	padding-left: 18px;
}
.full-width-section ol li, .full-width-section ul li {
	margin-bottom: 10px;
	line-height: 1.5;
}
.full-width-section  ul, .full-width-section  ol {
	margin-bottom: 30px;
}
.full-width-section a{
    text-decoration: underline;
}
.full-width-section a:hover{
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .default-sect-wrap ul, .default-sect-wrap ol {
	margin-bottom: 25px;
}
.default-section ol li, .default-section ul li {
	margin-bottom: 5px;
}
.default-section p,.default-section ol li,.default-section ul li {
	line-height: 1.6;
}
}