.t-col_4 {
   display: flex !important;
   flex-direction: column !important;
   justify-content: flex-start !important;
    background: #F8F8F8 !important;

}

.t772__img {
    margin: 0;
}

.t772__content{
    height: 175px;
    min-width: 33%;
    padding: 16px 0 0 16px;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,11,48,0.10); 
box-shadow: 2px 2px 4px 0px rgba(0,11,48,0.10);
}

@media (max-width: 640px) {
    .t-store__card {
    display: flex;
    flex-direction: column;
}
}

@media screen and (max-width: 960px) {
    .t420__col.t-col_3 {
        max-width: 320px;
        display: flex ;
        /* float: left; */
        margin-bottom: 30px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}