.elmt-credits {
    padding: 25px;
    background-color: #1d1d1d;
}

.elmt-credits a {
    padding: 6px 0  7px 44px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    background: url(/images/icon-ronnie-schaaf-visual-webdesign.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: 30px;
}

@media (max-width: 768px) {
    
    .elmt-credits {
        text-align: center;
    }

}