#index h4.position-absolute {
  top: 50%;
  color: #000;
  background-color: #ffffff77;
  padding: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #index h4.position-absolute {
    padding: 12px 0;
    font-size: 12px;
  }
}

.ftco-intro .info {
  background: url("../pic/free/back2.jpg") no-repeat center/cover;
}

.ftco-intro .info img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

#about h2 {
  background: url("../pic/free/3.png") no-repeat center/cover;
}

#about .position-absolute {
  bottom: 0;
  right: 0;
}

#services {
  overflow: hidden;
}

#services h2 {
  background: url("../pic/free/3.png") no-repeat center/cover;
}

#services .heading {
  color: #f088b1;
}

#services .position-absolute {
  width: 200px;
  bottom: 0;
  left: 12px;
}

@media screen and (max-width: 768px) {
  #services .position-absolute {
    width: 150px;
    bottom: 12px;
    left: -4px;
  }
}

#order h2 {
  background: url("../pic/free/3.png") no-repeat center/cover;
}

#sale {
  background: url("../pic/free/back2.jpg");
}

#sale h2 {
  background: url("../pic/free/3.png") no-repeat center/cover;
}

#contact h2 {
  background: url("../pic/free/3.png") no-repeat center/cover;
}

#contact h4 img {
  width: 20px;
  height: 20px;
}

footer {
  background: url("../pic/free/back2.jpg") repeat left top/contain;
}

.position-fixed {
  right: 4px;
  bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}

.position-fixed a {
  margin-bottom: 12px;
}

.position-fixed a img {
  width: 40px;
}
/*# sourceMappingURL=hemusih.css.map */