.section.product-video {
  margin-bottom: 100px;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 40px;
}

.section.product-video .product-video-info {
  margin-left: 120px;
  border-radius: 8px;
  padding: 104px 60px;
}

.section.product-video .product-video-info .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #FFF;
}

.section.product-video .product-video-info .subtitle {
  font-size: 14px;
  line-height: 28px;
  color: #A5A3A9;
}

.section.product-video .product-video-content {
  margin-left: -120px;
}

.section.product-video .product-video-content video {
  height: 100%;
}

.section.product-components-feature .columns {
  position: relative;
}

.section.product-components-feature .product-components-feature-item {
  background-color: #F6F8FA;
  height: 100%;
}

.section.product-components-feature .product-components-feature-item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #3D3E49;
}

.section.product-components-feature .product-components-feature-item .content {
  font-size: 14px;
  line-height: 24px;
  color: #77757F;
}

.section.product-components-feature .product-components-feature-list .column:nth-of-type(odd) .product-components-feature-item {
  padding: 40px 117px 40px 60px;
}

.section.product-components-feature .product-components-feature-list .column:nth-of-type(even) .product-components-feature-item {
  padding: 40px 60px 40px 117px;
}

.section.product-components-feature .product-components-feature-icons {
  position: absolute;
  width: 280px;
  left: 50%;
  top: 50%;
  margin-top: -140px;
  margin-left: -140px;
}

@media screen and (max-width:768px) {
  .section.product-video .product-video-info {
    margin: 0 20px;
  }
  .section.product-video .product-video-content {
    margin: 0;
    width: 100%;
  }
  .section.product-components-feature .product-components-feature-list .column .product-components-feature-item {
    padding: 40px 60px !important;
  }
  .section.product-components-feature .product-components-feature-icons {
    display: none;
  }
}
