.banner .btn.video {
  background-image: none !important;
}
.banner .btn.video span {
  background-color: #e02b34;
}
.banner .btn.video span::after {
  border-color: #e02b34;
}
.banner .price {
  font-weight: 500;
}

.how-it-work {
  background-color: #fbfbfb;
  margin-top: 50px;
}
.how-it-work .platform-container {
  padding-top: 50px;
}

.list-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.list-items {
  list-style: none;
  font-weight: 300;
  font-size: 14px;
}
.list-items i {
  margin-right: 10px;
}

.enterprise-feature {
  background-color: #fbfbfb;
}
.enterprise-feature .box_wrap {
  padding: 30px 20px 20px;
}
.enterprise-feature h5 {
  font-weight: 600;
  font-size: 18px;
}
.enterprise-feature p {
  font-weight: 300;
}