.hero .hero-body .bg-video video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 0;
  height: 450px;
}

header.header .hero.is-dark {
  height: 450px;
  padding-top: 0px;
}

header.header .hero .hero-body {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EFF3F8;
  background-size: cover;
}

header.header .hero .hero-body .container {
  display: flex;
  align-items: center;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

header.header .columns {
  width: 100%;
}

.hero .hero-body .title {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  color: #201C26 !important;
}

.hero .hero-body .subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #615E69 !important;
}

.hero .hero-body .btn-group {
  margin-top: 80px;
}

.hero .hero-body .button.is-primary.is-outlined {
  border-color: #201C26;
  color: #201C26;
}

.hero .hero-body .button.is-primary.is-outlined:hover {
  border-width: 0;
  color: #fff;
}

.section.product-digital-cornerstone .image.is-48x48 {
  background-color: #fff;
}

.section.product-digital-cornerstone .columns.is-multiline .column:nth-child(odd):last-child {
  width: 100%;
}

.section.product-benefits,
.section.product-deploy {
  padding-top: 0px;
}

.section.product-deploy {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.product-deploy .deploy-container {
  padding: 30px;
  background: #F5F9FA;
}

.product-deploy .deploy-container p {
  font-size: 14px;
  line-height: 28px;
  color: #888;
  text-align: center;
  padding-bottom: 30px;
  max-width: 866px;
  margin: 0 auto;
}

.product-deploy .deploy-container img {
  width: 100%;
}

section.product-specialist .card-content {
  padding: 16px 30px 20px 0px;
}

section.product-specialist .media-content .title {
  font-size: 18px;
  font-weight: 500;
  color: #0F0D15;
  margin-bottom: 0;
}

.section.is-medium.product-specialist {
  padding-bottom: 0px;
}

section.product-specialist .media-content .content {
  font-size: 14px;
  line-height: 24px;
}

section.product-cases {
  padding-top: 0px !important;
  padding-bottom: 100px !important;
}

.cases-list .case-item {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05), 0px 4px 6px rgba(0, 0, 0, 0.03);
}

.cases-list .case-item .case-header img {
  left: 110px;
  bottom: -35px;
  width: 310px;
}

.cases-list .case-item .content {
  padding: 50px 120px 40px 120px;
}

.cases-list .case-item:hover {
  margin-top: 0px;
}

@media screen and (max-width: 768px) {
  .section.is-medium {
    padding-top: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .section .title-block {
    margin-bottom: 20px !important;
  }

  .section .title-block .title {
    margin-top: 0px !important;
  }

  .section.is-medium.product-digital-cornerstone,
  .section.is-medium.product-partner,
  .section.is-medium.product-benefits {
    padding-bottom: 0px;
  }

  .section.is-medium.product-deploy {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
  }

  .product-benefits .benefits-item .content h3 {
    margin-left: 130px;
  }

  .product-benefits .benefits-list .benefits-item {
    margin-top: -30px;
    margin-bottom: 30px;
  }

  section.product-specialist .card-content {
    padding: 10px 0 0 0;
  }

  .cases-list .case-item .content {
    padding: 50px 30px;
  }

  .cases-list .case-item .case-header img {
    bottom: -28px;
    left: 30px;
    width: 220px;
  }
}