.ds-creds-container {
    align-items: center;
    justify-content: center;
    background-color: #9C509F;
    height: 50px;
    padding-left: 2.5%;
    padding-right: 2.5%;    
}

.ds-cred-list-item {
    box-sizing: border-box;
    font-family: "Grandpas Typewriter", Serif;
}

.ds-cred-list-item>a {
    text-decoration-line: none;
}

.ds-list-text {
    font-size: 14px;
    color: #000000;
    letter-spacing: 1.5px;
}

.ds-creds-spacer {
    background-color: #9C509F;
    height: 20px;
}

@media screen and (max-width: 1024px) {
    .ds-creds-container {
        display: grid;
    }
}

@media screen and (min-width: 1025px) {
    .ds-cred-list-item:first-of-type::after {
        border-left: solid 1px  #000000;
        content: "";
        margin-left: 10px;
        margin-right: 10px;
    }
    .ds-creds-container {
        display: flex;
    }
}