.system-info-top-banner {
    background: #fff;
    display: flex;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #000;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: none;
    position: relative;
}

.system-info-top-banner a {
    color: #000;
    font-weight: 900;
}