/* ICONS */
.icon_information:after {
    content: ' \0069';
    display: inline-block;
    height: 14px;
    width: 14px;
    color: #fff;
    background-color: green;
    border-radius: 15px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-right: 4px;
}