ul.list-style, ol.list-style {
list-style: none;
padding-left: 1.5em; margin: 0;
} ul.list-style li,
ol.list-style li {
display: flex;
align-items: center;
gap: 10px; } ul.list-style li::before,
ol.list-style li::before {
content: "\e00a"; font-family: fl-icons !important;
speak: none;
font-style: normal;
font-weight: normal;
text-transform: none;
line-height: 1; font-size: 1em;
color: #28a745; }
@media only screen and (max-width: 48em) { }