.mb-5 {
  margin-bottom: 40px;
}

.pb-5 {
  padding-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .flex-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#section-1 img, #price img, #section-3 img {
  border: 4px solid white;
}

#section-1 h3 {
  margin-bottom: 12px;
}

#section-1 p {
  margin-bottom: 28px;
}

#section-2 .card {
  margin-bottom: 60px;
  border-radius: 16px;
  height: 200px;
  padding: 8px;
  text-align: center;
}

#section-2 .card .back {
  width: 100px;
  height: 100px;
  margin: 40px auto;
  border: 4px solid white;
  background: pink;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 4px 4px 2px gray;
          box-shadow: 4px 4px 2px gray;
}

#section-2 .card .back img {
  width: 60px;
}

#section-2 .card h4 {
  font-size: 24px;
  display: inline-block;
  padding: 4px 20px;
  background: url("../img/1.png") no-repeat center/cover;
}

#price ul {
  margin-top: 20px;
  padding-left: 30px;
}

#price ul li {
  line-height: 40px;
}

#price ul li img {
  border: none;
}

#price h4 {
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .pchide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .phonehide {
    display: none;
  }
}
/*# sourceMappingURL=hemusih.css.map */