/* 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__section-main-container {
  width: 100%;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: row;
  column-gap: 28px;
}
.references__section {
  width: 100%;
  margin: 0 auto;
}

.references__section-heading {
  font-size: 19px;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.references__section-heading--blue {
  font-size: 19px;
  color: #007ab0;
  font-weight: bold;
}
.references__container-double {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}
.references__section-h4 {
  font-size: 12px;
  margin-top: 45px;
}
.references__section-p {
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.references__section-text-container {
  display: flex;
  width: 96%;
}
.references__section-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__section-div--width {
  width: 100%;
}
.references__logo-and-text {
  width: 28%;
  margin: 0 0.5% 7px 0.5%;
}
.references__section-logo {
  width: 80%;
  align-self: center;
}
.references__section-summary {
  font-size: 12px;
  margin: 5px auto;
}

@media (max-width: 1000px) {

  .references__section-main-container {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .references__section-logo {
    width: 95%;
  }
  .references__section-div {
    height: 75px;
  }
}
