.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 50px;
  background-image: url('../images/moving/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;
}

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

.about {
  margin-top: 100px;
}

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

.price {
  margin-top: 120px;
}

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

.price-table {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;

  th, td {
    height: 54px;
    border: 1px solid #000;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }

  th {
    width: 25%;
    background-color: #EBEDF1;
    font-weight: 700;
  }

  td {
    font-weight: 300;
  }
}

.price-notes {
  margin-top: 26px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
}

.price-example {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  margin-top: 66px;
  background-color: #EBEDF1;

  strong {
    margin-left: 20px;
    font-weight: 700;
    font-size: 18px;
  }
}

.price-example__text {
  font-weight: 300;
  font-size: 16px;
}

.price-example__text-sm {
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
}

.price-options {
  width: 100%;
  margin-top: 70px;
  border-collapse: collapse;

  th, td {
    height: 54px;
    border: 1px solid #000;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }

  th {
    width: 50%;
    background-color: #EBEDF1;
    font-weight: 700;
  }

  td {
    font-weight: 300;
  }
}

.price-estimate-note {
  margin-top: 92px;
  font-size: 16px;
  text-align: center;

  strong {
    font-weight: 700;
  }
}

#contact .section {
  margin-top: 40px;
}

.service {
  margin-top: 120px;
}

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