/* STYLING REFERENCES ARTICLE */


.owl-item img {
  transform: scale(0.7);
  transition: all 2s ease-in-out;
  filter: grayscale(100%);
  opacity: 0.5;
}
.owl-item.center img {
  transform: scale(1);
  filter: grayscale(0%);
  opacity: 1;
}
.owl-stage {
  display: flex;
  align-items: center;
}
.references__test-main-container {
  width: 96%;
  margin: auto;
  display: flex;
  flex-direction: row;
}
.references__test {
  width: 100%;
  margin: 0 auto;
}

.references__test-heading {
  font-size: 16px;
  margin-bottom: 1em;
    margin-top: 1.5em;
}
.references__test-heading--blue {
  color: #007ab0;
  font-weight: bold;
}
.references__container-double {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.references__test-h4 {
  font-size: 12px;
  margin-top: 45px;
}
.references__test-p {
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.references__test-text-container {
  display: flex;
  width: 96%;
}
.references__test-div {
  height: 95px;
  width: 31%;
  margin: 0 0.5% 7px 0.5%;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}

.references__test-div--width {
  width: 100%;
}
.references__logo-and-text {
  width: 28%;
  margin: 0 0.5% 7px 0.5%;
}
.references__test-logo {
  width: 80%;
  align-self: center;
}
.references__test-summary {
  font-size: 12px;
  margin: 5px auto;
}

@media (max-width: 1000px) {
  .owl-carousel .owl-item img {
    width: 80%;
    margin: auto;
  }

  .references__test-main-container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .owl-carousel .owl-item img {
    width: 95%;
  }
}
@media (max-width: 650px) {
  .references__test-logo {
    width: 95%;
  }
  .references__test-div {
    height: 75px;
  }
}
@media (max-width: 500px) {
  .owl-carousel .owl-item img {
    width: 50%;
  }
  .owl-item img {
  transform: scale(1);
  filter: grayscale(0%);
  opacity: 1;
  }
}
@media (max-width: 360px) {
  .owl-carousel .owl-item img {
    width: 65%;
  }
}
