.uc-link-button a {
    color: #ffffff !important;
    background-color: #519ee3;
    border-radius: 20px;
    -moz-border-radius:20px;
    -webkit-border-radius: 20px;
    padding: 10px 15px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 18px;
    text-align: center;
    display: inline-block;
    margin-right: auto;
}


.uc-text-button .t-card__title {
    color: #222222;
    background: white;
    border-radius: 20px;
    padding: 10px 20px;
    width: auto;
    display: inline-block;
    margin-right: auto;
}

.t-store__filter__item {
        font-size: 20px;
    }
    
.t858__img {
    background: #005BA9;
background: linear-gradient(132deg,rgba(39, 205, 242, 1) 0%, rgba(81, 158, 227, 1) 100%);
    padding: 15px;
    border-radius: 10px;
}