.t-slds__bullet_body {
    FONT-WEIGHT: 600;
    background-color: #eee;
    width: 8px;
    height: 5px;
    border-radius: 2px;
    -webkit-transition: background-color ease-in-out .2s;
    -moz-transition: background-color ease-in-out .2s;
    -o-transition: background-color ease-in-out .2s;
    transition: background-color ease-in-out .2s;
    box-sizing: border-box;
    border: none;
    padding: 0;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .t774__container_mobile-flex .t774__col {
        min-width: 58%;
        max-width: 79%;
        box-sizing: content-box;
    }
}