body {
  background: #f7f0e9;
  color: #fff;
}

.active {
  color: #111;
}

#news {
  color: #fff;
}

#sale h2 {
  color: #dcc49d;
}

#sale h2::after {
  background: #dcc49d;
}

#price {
  background: #f7f0e9;
}

#price h2 {
  color: #dcc49d;
}

#price h2::after {
  background: #dcc49d;
}

#order {
  background: #dcc49d;
}

#order h2, #order li {
  color: #fff;
}

#order h2::after, #order li::after {
  background: #fff;
}

@media screen and (max-width: 768px) {
  #about .heading-section h2 {
    color: #997f38;
  }
  #about .heading-section h2::after {
    background: #997f38;
  }
  #about .overlap {
    color: #997f38;
  }
}

#contact h4 {
  margin-bottom: 12px;
  font-size: 20px;
}

#contact img {
  width: 40px;
  height: 40px;
}

#contact .line-div {
  position: relative;
}

#contact .line-div .line-back {
  position: absolute;
}

#contact .line-div .line-back {
  width: 30px;
  height: 20px;
  top: 7px;
  left: 4px;
  background: #fff;
  z-index: -1;
}

#banner-info img {
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

#banner-info .img-div {
  position: relative;
}

#banner-info .img-div .img-back {
  position: absolute;
  width: 25px;
  height: 13px;
  left: 4px;
  top: 10px;
  background: #fff;
  z-index: -1;
}
/*# sourceMappingURL=hemusih.css.map */