.our_partners__list-item {
  display: inline-block;
  flex-direction: row;
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .our_partners__list-item {
    display: flex;
    flex-direction: row;
    justify-items: right;
    justify-content: flex-end;
  }
}
.our_partners__list-item-inner {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .our_partners__list-item-inner {
    float: none;
    width: auto;
    flex-grow: 0;
  }
}
.our_partners__list-item img {
  width: 100%;
  height: auto;
  background: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .our_partners__list-item img {
    width: 138px;
    height: 138px;
  }
}
.our_partners ul {
  margin-left: 0px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .our_partners ul {
    text-align: left;
  }
}
.our_partners ul > li {
  display: inline-block;
}
.our_partners ul > li:first-child {
  margin-left: 0;
}
