@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
body {
  background: #fff;
  font-family: 'cwTeXFangSong', serif !important;
}

.ftco-intro .info {
  background-color: #ffefef;
  background-blend-mode: screen;
  background-size: cover;
}

.ftco-intro .info h3 {
  color: #f08ab1;
  font-size: 18px;
}

.ftco-intro .info p {
  font-size: 20px;
}

.ftco-intro .info img {
  height: 16px;
  width: 16px;
}

@media screen and (max-width: 576px) {
  .ftco-intro .info {
    padding: 0;
  }
}

#about .overlap {
  background-color: #f0c4c4;
  background-blend-mode: screen;
  background-size: cover;
}

#about .overlap h2 {
  color: #f08ab1;
}

#about .overlap h2::after {
  background: #f08ab1;
}

#contact {
  background: #ffefef;
  background-blend-mode: screen;
  background-size: cover;
}

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

#contact h4, #contact h2, #contact a {
  color: #f08ab1;
}

#contact h2::after {
  background: #f08ab1;
}

#services {
  background: #ffefef;
}

#services h2 {
  color: #f08ab1;
}

#services h2::after {
  background: #f08ab1;
}

@media screen and (max-width: 576px) {
  #services {
    padding-bottom: 0;
  }
}

#services .media-body .heading {
  color: #f08ab1;
  margin: 0;
  padding: 4px 0;
  font-size: 24px;
}

#services .media-body p {
  margin-bottom: 0;
}

#sale h2 {
  color: #f08ab1;
}

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

@media screen and (max-width: 576px) {
  #sale {
    padding-top: 80px;
  }
}

#sale h3 {
  color: #efaba9;
}

@media screen and (min-width: 576px) {
  .pc-hide {
    display: none;
  }
}
/*# sourceMappingURL=hemusih.css.map */