.logo {
    content: url(../images/logo.png);
    background: rgba(225, 225, 225);
    border-radius: 100%;
    width: 125px;
    height: auto;
}

#homeCustomList {
    font-size: 24px;
    list-style-position: inside;
}

#homeCustomList li {
    min-height: auto !important;
}

@media only screen and (max-width: 600px) {
    #homeCustomList li {
        font-size: 14px;
    }
}