/**
  * Customize styles for DBngin
  */
:root {
  --slider-color: #53a500;
}

.price-box {
  background-color: white;
}

.contact-background {
  background-image: url(./../images/logo.png);
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

body {
  background-color: #fff;
  background-image: url("./../images/bg-other.png");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-5xl-md-text-6xl {
  font-size: 3rem;
  /* 60px */
  line-height: 1;
}