.uc-header {
    box-shadow: 0px 4px 28.3px 0px #0000001c;
    position: relative;
    z-index: 9;
}

.t-slds__bullet_wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    grid-gap: 10px;
}

.tn-elem .t-slds__bullet {
    border-radius: 0 !important;
}
.t-slds__bullet {
    padding: 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0 !important;
}
.t-slds__bullet_body {
    width: 100% !important;
    padding-bottom: 77%;
    border-radius: 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background: none !important;
}


.tn-elem .t-slds__bullet_wrapper {
    position: static !important;
}

.t-slds__bullet_wrapper, ul.t-slds__bullet_wrapper {
    padding-top: 9px;
}
