.logos {
  padding: 60px 0px;
}
@media (min-width: 992px) {
  .logos {
    padding: 80px 0 120px;
  }
}
.logos-wrapper {
  border-bottom: 1px solid #DCCCC1;
}
.logos-text {
  font-size: 0.9375rem;
}
.logos-text:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #41424A;
  position: absolute;
  left: 0;
  bottom: -27px;
}
@media (min-width: 992px) {
  .logos-text:after {
    left: unset;
    right: 0;
  }
}
.logos-pattern {
  height: 100%;
  pointer-events: none;
}
.logos-pattern:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #DCCCC1;
  position: absolute;
  right: 332px;
  bottom: 0;
}
.logos-pattern-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

/*# sourceMappingURL=logos.css.map */
