.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 50px;
  background-image: url('../images/maintenance/mv.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}

.mv-heading {
  color: #fff;
  line-height: 1.8;
}

.mv-heading__main {
  display: block;
  font-weight: 700;
  font-size: 40px;
}

.mv-heading__sub {
  display: block;
  font-weight: 400;
  font-size: 18px;
}

.section-heading {
  position: relative;
  text-align: center;
}

.section-heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #000;
  content: '';
}

.section-heading__text {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  background-color: #fff;
  font-weight: 700;
  font-size: 32px;
}

.effect {
  margin-top: 100px;
}

.effect-imgs {
  display: flex;
  gap: 0 60px;
  margin-top: 60px;
}

.effect-img {
  width: 460px;
  text-align: center;
}

.effect-text {
  margin-top: 28px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
}

.price {
  margin-top: 120px;
}

.price-heading {
  font-size: 26px;
}

.price-note {
  margin-top: 66px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
}

.price-items {
  display: flex;
  gap: 0 40px;
  margin-top: 16px;
}

.price-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 470px;
  height: 180px;
  background-color: #EBEDF1;
  text-align: center;
}

.price-item__text {
  display: block;
  font-weight: 700;
  font-size: 20px;

  .fw300 {
    font-weight: 300;
  }

  .fz16 {
    font-size: 16px;
  }

  .fz24 {
    font-size: 24px;
  }

  .fz32 {
    font-size: 32px;
  }

  & + & {
    margin-top: 20px;
  }
}

.price-example {
  width: 100%;
  margin-top: 40px;
  padding: 36px 0;
  border: 1px solid #333;
  text-align: center;
}

.price-example__heading {
  font-weight: 700;
  font-size: 20px;
}

.price-example__body {
  margin-top: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;

  .ml8 {
    margin-left: 8px;
  }

  .ml10 {
    margin-left: 10px;
  }

  .fz24 {
    font-size: 24px;
  }

  .fz27 {
    font-size: 27px;
  }

  .fz32 {
    font-size: 32px;
  }
}

.service {
  margin-top: 120px;
}

.service-heading {
  font-weight: 700;
  font-size: 38px;
  text-align: center;
}
