.button.is-small-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  padding: 0;
}
.button.is-small-btn:hover {
  color: #00a971;
}
video {
  display: block;
}
section.benefits {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #f5f9fa;
}
section.benefits .card-content {
  padding: 16px 30px 20px 0px;
}
section.benefits .media-content .title {
  font-size: 20px;
  font-weight: 800;
  color: #3e464c;
  margin-bottom: 0;
}
section.benefits .media-content .content {
  font-size: 16px;
  line-height: 1.71;
}
section.features .media {
  padding: 30px 0;
  display: block;
}
section.features .media .media-left {
  color: #68747f;
  font-size: 14px;
  text-align: center;
  margin-right: 0;
}
section.features .media .media-left img {
  display: block;
}
section.features .media:not(:last-child) {
  border-bottom: solid 1px #d2e0d8;
}
section.features .video-wrapper {
  width: 100%;
  position: relative;
}
section.features .video-wrapper .video-bg {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
section.features .video-wrapper .icon-video {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
}
section.features .video-wrapper .icon-video:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 12px solid transparent;
  margin: auto;
}
section.features .video-wrapper:hover .video-bg {
  visibility: visible;
}
section.features .media-content {
  color: #324558;
  line-height: 24px;
}
section.features .media-content strong {
  font-weight: 500;
}
section.features .media-content h3 {
  color: #3d3e49;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: normal;
}
section.features .media-content p {
  padding-bottom: 10px;
}
section.features .media-content ul {
  list-style: disc inside;
}
section.features .media-content ul li {
  line-height: 24px;
}
section.docs .box {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(76, 94, 112, 0.05);
  background-color: #ffffff;
  height: 100%;
  color: #3e464c;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
section.docs .box:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(76, 94, 112, 0.05), 0 20px 20px 0 rgba(0, 0, 0, 0.05);
  color: #00a971;
}
section.docs .box .image.is-56x56 {
  width: 56px;
  height: 56px;
  margin-right: 20px;
  margin-left: 10px;
}
.modal video {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  section.features .media {
    display: flex;
  }
  section.features .media .media-left {
    margin-right: 40px;
    margin-left: 0;
  }
  section.features .media:not(:last-child) {
    border-bottom: solid 1px #d2e0d8;
  }
  section.features .media:nth-of-type(2n) {
    flex-flow: row-reverse;
  }
  section.features .media:nth-of-type(2n) .media-left {
    margin-left: 40px;
    margin-right: 0px;
  }
  section.features .video-wrapper {
    width: 376px;
  }
}
