.pre-footer {
 padding: 20px 0 50px; 
  background: #f1f2fa;
}
.pre-footer .title{
  text-align:center;
  padding: 20px 0; 
  
}
/*   width: 100%; height: 100%; padding-left: 96px; padding-right: 96px; padding-top: 32px; padding-bottom: 32px; background: #F1F2FA; flex-direction: column; justify-content: flex-start; align-items: center; gap: 16px; display: inline-flex */
}
/* 
.pre-footer .title{
  width:992px; text-align: center; color: #58585C; font-size: 12px; font-family: Montserrat; font-weight: 500; line-height: 16px; word-wrap: break-word
} */



.pre-footer .badgets {
  margin-bottom: 45px
}
.pre-footer .badgets h4 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #ff4800;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.15em;
}
@media (min-width: 1200px) {
  .pre-footer .badgets h4 {
    margin: 0 0 40px;
  }
}
.pre-footer .badgets .owl-carousel {
  /*display: flex;
  align-items: center;
  justify-content: space-between;*/
}
.pre-footer .badgets .owl-carousel .owl-stage-outer {
  height: 70px;
}
.pre-footer .badgets .owl-carousel .owl-stage,
.pre-footer .badgets .owl-carousel .owl-item {
  height: 100%;
}
.pre-footer .badgets .owl-carousel .item {
  width: 50%;
  margin: 0 0 20px;
}
@media (min-width: 1200px) {
  .pre-footer .badgets .owl-carousel .item {
    width: unset;
    margin: 0;
  }
}
.pre-footer .badgets .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.pre-footer .badgets .owl-carousel .owl-item img {
  max-height: 100%;
}

.pre-footer .badgets .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 105%;
  position: absolute;
  left: -2.5%;
  top: 50%;
  transform: translateY(-50%);
}

.pre-footer .badgets .owl-carousel .owl-nav.disabled {
  display: none;
}

.pre-footer .badgets .owl-carousel .owl-nav button {
  outline: 0
}

.pre-footer .badgets .owl-carousel .owl-nav button span {
  font-size: 60px;
}
