.owl-carousel-von {
  margin: 0;
  margin-top: 80px;
  background-color: whitesmoke;
}

.item {
  width: 100%;
}

.von-contain {
  overflow: auto;
}

.sqr {
  float: left;
  width: 50%;
  height: 500px;
  margin: 0;
  overflow: hidden;
}

.text h1 {
  text-align: center;
  color: grey;
  font-size: 40px;
  padding: 80px 0 30px 0;
  width: 100%;
  border-bottom: 4px solid grey;
}
.text p {
  text-align: center;
  padding: 0px 45px;
  font-size: 20px;
}

.pic img {
  display: block;
  height: 100%;
  width: auto;
  margin: auto;
}

@media (max-width: 1200px) {
  .owl-carousel-von {
    margin: 0;
    margin-top: 0;
    background-color: whitesmoke;
  }

  .text h1 {
    text-align: center;
    color: grey;
    font-size: 30px;
    padding: 20px 0;
    width: 100%;
    border-bottom: 4px solid grey;
  }
  .text p {
    text-align: center;
    padding: 0px 45px;
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .owl-carousel-von {
    margin: 0;
    margin-top: 0;
    background-color: whitesmoke;
  }

  .sqr {
    float: left;
    width: 100%;
    height: 300px;
    margin: 0;
    overflow: hidden;
  }

  .text {
    position: absolute;
    background-color: white;
    height: auto;
  }
  .text h1 {
    padding: 5px;
    font-size: 20px;
  }
  .text p {
    display: none;
  }

  .pic img {
    display: block;
    height: 100%;
    width: auto;
    margin: auto;
  }
}

/*# sourceMappingURL=von-custom.css.map */
