.b-suppliers-list {    display: flex;    flex-direction: column;    gap: 17px;    margin-top: 13px;}.b-suppliers-item {    background: #F0F2F5;    border-radius: 20px;    overflow: hidden;}.b-suppliers-item-wrap {    display: flex;    align-items: center;    justify-content: center;    padding: 15px 20px;    height: 90px;    width: 100%;}.b-suppliers-item-wrap img {    height: 100%;    width: auto;    max-width: 80%;    object-fit: contain;}@media (min-width: 767px) {    .b-suppliers-list {        flex-direction: row;        flex-wrap: wrap;        margin-top: 30px;    }    .b-suppliers-item {        width: calc(20% - 17px);    }    .b-suppliers-item-wrap {        height: 124px;    }}