@media (max-width: 720px) {
    #whatsIncludedHeader {
        margin-top: 15px;
    }
}


#whatsIncludedHeader:hover {
    cursor:pointer;    
}  
#whatsIncludedHeader {
    display: inline-block;
}  
#whatsIncludedHeader span {
    float: right;
    font-weight: bold;;
    margin-left: .5rem !important;
}  
#whatsIncludedHeaderArrow {
    vertical-align: middle;
}  

#whatsIncludedContent li {
    font-weight: normal;
}  

#whatsIncludedContent li::before {
    position: relative;
    left: 0;
    margin-right: 6px;
    content: '\2713';
    color: #b3db6f !important;
    flex-shrink: 0;
}