.t-store__card ul{
    
    
    
    list-style: none;
    padding: 20px 0 10px 0;
    display: flex;
    gap: 1em;

}

.t-store__card ul li{
    
    
    font-size: 16px;
    font-weight: 900;
}

.t-store__card ul li em{
    
    opacity: 0.7;
    font-size: 12px;
    
        font-style: normal;
        font-weight: 600;
        display: block;
        
}

.t125 hr {
    display: none;
}

.t125 .t-col {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}