.our-transaction-row {

    display: block;

    height: 100%;

}



.our-transcation-item {

    width: 22%;

    margin: 0 1.5% 30px;

    float: left;

}



.filters-button-group ul {

    margin: 0 0 30px 15px;

    padding: 0;

    list-style: none;

}



.filters-button-group ul li {

    display: inline-block;

    margin: 5px 0;

}



.filters-button-group ul li button{

    border: 0;

    margin: 0;

    padding: 0;

    color: #666;

    font-size: 21px;

    font-weight: normal !important;

    padding: 5px 20px;

    font-weight: 600;

    background: transparent;

    border-right: 1px solid #d9d9d9;

    cursor: pointer;

    transition: all ease-in-out 0.3s;

}



.filters-button-group ul li:last-child button {

    border-right: 0;

}



.filters-button-group ul li button:hover {

    color: #333;

}



.filters-button-group ul li button.is-checked {

    color: #333;

}

.our-transcation-item div p strong {

    display: block;

}



/*.our-transcation-item:nth-child(4n) {*/

/*    margin-right: 0%;*/

/*}*/



@media only screen and (max-width: 980px) {

    .our-transcation-item {

        width: 47.25%;

        float: left;

    }

    /*.our-transcation-item:nth-child(2n) {*/

    /*    margin-right: 0%;*/

    /*}*/

}



@media only screen and (max-width: 479px) {

    .our-transcation-item {

        width: 100%;

        float: left;

    }

}