.infos {
    font-size: 1.3em;
    color: #335f95;
    list-style: none !important;
}

.vorteile {
    font-size: 1.3em;
    color: #509844;
}

.buynewuser ul {
    list-style: none !important;
    padding: 0;
}

.buynewuser li {
    line-height: 2em;
    padding-left: 1.3em;
}

.vorteile li:before {
    content: "\f00c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

.infos li:before {
    content: "\f061"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

@media (max-width: 767px) {
    #main {
        padding: .8em !important;
    }
}