.oc-ranked {
  padding-top: 20px;
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  text-align: center;
}

.oc-container {
  position: relative;
  width: 90%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}

.oc-asseen-logos-items-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oc-asseen-logos-items {
  width: 25%;
}

.oc-asseen-logos-img {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  max-height: 45%;
  max-width: 70%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.oc-entrepre-logo {
  width: 300px;
}

.oc-asseen-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.oc-h3-asseen {
  margin-top: 0px;
  text-align: center;
}

.oc-acenter {
  text-align: center;
}

@media (max-width: 991px) {
  .oc-asseen-logos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .oc-ranked {
    font-size: 20px;
    line-height: 28px;
  }
  .oc-asseen-logos-items {
    width: 50%;
  }
  .oc-entrepre-logo {
    max-width: 80%;
  }
}

@media (max-width: 479px) {
  .oc-asseen-logos-img {
    max-height: 70%;
    max-width: 100%;
  }
}