.title-page {
  text-align: center;
}
@media (max-width: 768px) {
  .title-page {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 360px) {
  .title-page {
    max-width: 280px;
  }
}

.installation-service-wrapper {
  font-size: 1.0666666667rem;
  line-height: 1.25;
  color: #000;
  text-align: justify;
}
.installation-service-wrapper h2 {
  margin: 2.6666666667rem 0 1.3333333333rem;
  font-size: 1.3333333333rem;
  color: #f1592a;
  font-weight: bold;
  text-align: center;
}

.installation-service-content {
  margin-top: 2.6666666667rem;
}
.installation-service-content p {
  margin-bottom: 1rem;
}

.shops-features {
  margin-top: 4rem !important;
}

.shops-features__item {
  background: #fff7e1;
  border: 1px solid #E9E9E9;
  border-bottom-width: 3px;
}

.fee-pricing {
  margin: auto;
  width: 61.3333333333rem;
  max-width: 100%;
}
.fee-pricing__table-wrapper {
  max-height: 56.9333333333rem;
  overflow: auto;
  position: relative;
  padding-right: 0.3333333333rem;
}
.fee-pricing__table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
.fee-pricing__table-wrapper::-webkit-scrollbar:vertical {
  width: 12px;
}
.fee-pricing__table-wrapper::-webkit-scrollbar:horizontal {
  height: 12px;
}
.fee-pricing__table-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.fee-pricing__table-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.fee-pricing__table-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.fee-pricing table {
  width: 100%;
  position: relative;
  border-collapse: separate;
  border: 1px solid #000;
  border-top: 0;
}
.fee-pricing table th, .fee-pricing table td {
  padding: 0.3333333333rem 0.6666666667rem;
  text-align: center;
  height: 2.9333333333rem;
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
}
.fee-pricing table th:last-child, .fee-pricing table td:last-child {
  border-right: 0;
}
.fee-pricing table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.fee-pricing table thead th {
  background: #fff;
  position: relative;
}
.fee-pricing table thead th::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}
.fee-pricing table tbody th {
  text-align: left;
  color: #f1592a;
  padding-left: 2.1333333333rem;
  background: #fff7e1;
  position: sticky;
}

.installation-service-notes {
  margin: 0;
  margin-top: 2.1333333333rem;
  padding: 0;
  line-height: 1.5;
  list-style: none;
  font-size: 0;
}
.installation-service-notes > li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 1.7333333333rem);
  margin-right: 3.3333333333rem;
  font-size: 1.0666666667rem;
  position: relative;
  padding-left: 5.7333333333rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .installation-service-notes > li {
    width: 100%;
    margin-right: 0;
  }
}
.installation-service-notes > li > span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 5.2rem;
  height: 5.2rem;
  line-height: 5.2rem;
  text-align: center;
  font-size: 2.1333333333rem;
  background-color: #fff7e1;
  color: #F2623B;
  font-weight: bold;
  border-radius: 50%;
}
.installation-service-notes > li > h4 {
  color: #000;
  font-size: 1.0666666667rem;
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 0.6666666667rem;
}
.installation-service-notes > li:nth-child(2n) {
  margin-right: 0;
}
.installation-service-notes > li > ul {
  margin: 0;
  padding: 0;
  padding-left: 2rem;
  list-style: none;
}
.installation-service-notes > li > ul li {
  position: relative;
}
.installation-service-notes > li > ul li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.6rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #000;
  border-radius: 50%;
}
.installation-service-notes > li > ul li > p {
  margin-bottom: 0.6666666667rem;
}
.installation-service-notes > li > ul li > p:last-child {
  margin-bottom: 0;
}

.installation-service-imgs {
  margin-top: 2.6666666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .installation-service-imgs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.0666666667rem;
  }
}
.installation-service-imgs__item {
  width: 100%;
}
@media (max-width: 768px) {
  .installation-service-imgs__item {
    width: calc(50% - 0.5333333333rem);
  }
}
.installation-service-imgs__item img {
  width: 100%;
}

.installation-service-products {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.installation-service-products__item {
  margin-right: 1.6rem;
  width: calc(25% - 1.2rem);
}
@media (max-width: 768px) {
  .installation-service-products__item {
    margin-right: 1.0666666667rem;
    width: calc(50% - 0.5333333333rem);
  }
}
.installation-service-products__item img {
  width: 100%;
}