.prefooter {
  background: #e5e5e5;
}

.prefooter .headline span {
    background: #e5e5e5;
  }

.prefooter .headline {
    font-size: 36px;
}

#carousel-prefooter.owl-carousel .item {
    height: 150px;
    background: #FFF;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel-prefooter.owl-carousel .item:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#carousel-prefooter.owl-carousel .item img {
    max-height: 100px;
    width: auto;
}

#carousel-prefooter .owl-prev,
#carousel-prefooter .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}

#carousel-prefooter .owl-prev { left: -20px; }
#carousel-prefooter .owl-next { right: -20px; }


#carousel-prefooter .owl-theme .owl-nav [class*=owl-]:hover {
    background: #137FC2;
}

#carousel-prefooter.owl-carousel .owl-nav button.owl-prev,
#carousel-prefooter.owl-carousel .owl-nav button.owl-next,
#carousel-prefooter.owl-carousel button.owl-dot {
  font-weight: 300;
  font-size: 25px;
  background-color: #3C3F41;
  color: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 50px;
  display: flex !important;
  justify-content: center;
}

@media (min-width: 600px) {
  #carousel-prefooter.owl-carousel .item {
      height: 100px;
  }

  #carousel-prefooter.owl-carousel .item img {
      max-height: 50px;
  }
}
