.ar-head {
  background-image: url("../../assets/img/1.jpg");
  background-size: cover;
  background-position: center;
  min-height: 800px;
}

.dark p {
  color: rgb(175,154,148);
  font-size: small;
}

.dark hr {
  color: white;
  outline-color: white;
}

.dark h3 {
  margin-bottom: 20px;
  color: white;
}

.dark h6 {
  color: rgb(175,154,148);
  font-weight: bold;
  margin: 0px;
  font-size: small;
}

@media (min-width: 1200px) {
  #moebel {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}

