.under-top-form {
  color: #fff;
  margin-top: 8px;
}
.features h4 {
  color: #000;
  font-weight: bold;
}
.price-n {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}
.service-insert__itemNum {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 32px;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #ff6348;
  margin-right: 16px;
}
.bg-overlay {
  background-color: rgba(29, 29, 30, 0.5);
}
.home-desc {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .home-title {
    font-size: 34px;
    line-height: 60px;
  }
}

@media (max-width: 400px) {
  video {width: 100%;  }
}
