p {
  color: white;
  font-size: 16px;
}

td img {
  width: 100% !important;
}

table,
tr,
td {
  border: none;
}

.desc ul {
  list-style: revert !important;
}

.desc ul li {
  position: relative;
}

.desc ul li::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #0093c9;
  display: block;
  margin-right: 20px;
  border-radius: 50%;
}

.desc ul li span {
  color: white !important;
  margin-left: 20px;
  position: relative;
  top: -9px;
}

.clients .owl-carousel .owl-stage-outer .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.clients .owl-carousel .owl-stage-outer .owl-stage .owl-item .clients-logo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.bauen-header .bauen-logo img {
  /* width: 125px; */
  /* width: 230px; */
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 70px;
}

@media (max-width: 390px) {
  .bauen-header .bauen-logo img {
    position: relative;
    width: 230px;
    width: 241px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 47px;
  }
}

@media (min-width: 768px) {
  .about-2 {
    position: relative;
    top: -40px;
  }
}
/*# sourceMappingURL=custom.css.map */