.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;
}

.gpu_instance_promotion .media .media-left {
  padding: 36px 60px;
}

.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 .button.is-primary.is-outlined {
    border-color: #201C26;
    color: #201C26;
}

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

.gpu_instance_promotion .media .title-block {
  border-bottom: 1px solid #EEEEEE;
}

.gpu_instance_promotion .media .title  {
  margin-left: 0px;
  font-weight: 700;
  line-height: 22px;
}

.gpu_instance_promotion .media .info {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.gpu_instance_promotion .list {
  display: flex;
}

.gpu_instance_promotion .list ul {
  margin-right: 70px;
  padding: 20px 0 30px;
}

.gpu_instance_promotion .button.is-primary {
  width: 200px;
  height: 44px;
  font-size: 14px;
}

.section.footer {
  padding: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../image/footer-bg.png) no-repeat center/cover;
}

.section.footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.footer h4 {
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  margin: 0px 45px 0;
  line-height: 0;
}

.section.footer a {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  width: 128px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .section.footer .container {
    flex-direction: column;
  }

  .section.footer h4 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: unset;
  }

  section.gpu_instance_promotion .media-left {
    padding: 36px !important;
  }

  section.gpu_instance_promotion .list ul {
    margin-right: 20px;
  }
}