#cloud-site .jump-nav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

#cloud-site .jump-nav li a {
  color: #2B85E7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cloud-site .jump-nav li h3 {
  color: #4A5960;
}

#cloud-site .card {
  position: relative;
  display: block;
  box-shadow: 0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12);
  border-radius: 2px;
  background: #fff;
  transition: all .3s;
  margin: 0 0 36px;
  padding: 16px 16px 12px;
  text-decoration: none;
  letter-spacing: .01em;
}

#cloud-site .card h3 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 8px;
}

#cloud-site .card p {
  color: #526E7A;
  display: block;
  display: -webkit-box;
  font-size: 14px;
  max-width: 100%;
  height: 43px;
  margin: 0 auto 10px;
  line-height: 1.5;
  padding: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

#cloud-site .card .border-bottom {
  border-bottom: 1px solid #eceff1;
  margin: 0 -1.2em 0.5em;
}

#cloud-site .l-showcase-content .text-display-1 {
  font-size: 24px;
  margin: 0 0 5px;
}

#cloud-site .text-quote p {
  font-size: 18px;
  line-height: 32px;
}
