#top-brand a {
  font-size: 20px;
  color: #313439;
  font-weight: bold;
  text-decoration: none;
}

#hero {
  padding-top: 35px;
  padding-bottom: 35px;
}

#hero p {
  max-width: 840px !important;
}

#kube-features {
  margin-top: 60px;
}

#kube-features p {
  text-align: left;
}

#kube-features .vps {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  font-weight: 600;
  margin-bottom: 20px;
}

#kube-component img {
  padding: 4px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

#footer {
  margin-bottom: 30px;
}