.form-range::-webkit-slider-thumb {
  background-color: #9b7d69 !important;
}

.form-range::-moz-range-thumb {
  background-color: #9b7d69 !important;
}

.btn-orange {
  background-color: #e85c36;
}
.btn.btn-orange:hover {
  opacity: 0.5;
}

.arrow-down::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}