/*------------------------------------------------------------------*\
    4. COMPONENTS - List
\*------------------------------------------------------------------*/

.apollo-list ul {
    padding-left: 20px;
}

.apollo-list ul li::marker {
    color: #FF0D83;
}

@media screen and (max-width: 767px) {
    .apollo-list ul li {
        line-height: 1.4em;
        margin-bottom: 6%;
    }  
}