.t-store .t-store__tabs__content figure:nth-of-type(odd) {
    float: left;
    width: 300px;
    height: auto;
    margin-right: 12px;
}

.t-store .t-store__tabs__content figure:nth-of-type(even) {
    float: right;
    width: 300px;
    height: auto;  
}

.t-store .t-store__tabs__content {
    max-width: 100% !important;
}

.t-store .t-store__tabs__content ul {
    display: table-cell;
}
.our-articles__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.t-feed__row-grid__post-wrapper {
    display: flex;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
}
.t-feed__post-imgwrapper div {
    height: 150px;
    margin-right: 40px;
    width: 190px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}