#cloud-site .show-logo {
  position: absolute;
  padding-top: 5px;
  z-index: 1;
}

#cloud-site .l-showcase.is-split-left .l-showcase-content.with-logo {
  padding-left: 56px;
}

body #cloud-site .font-medium {
  font-weight: 500;
}

#cloud-site .sticker .sticker-top {
  top: 20%;
}

#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;
  padding: 16px 16px 12px;
  text-decoration: none;
  letter-spacing: .01em;
}

#cloud-site .card h3 {
  color: #2B85E7;
  font-size: 20px;
  margin: 0;
  padding-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cloud-site .card p {
  color: #526E7A;
  display: block;
  display: -webkit-box;
  font-size: 14px;
  max-width: 100%;
  height: 86px;
  margin: 0 auto 10px;
  line-height: 1.5;
  padding: 0;
  -webkit-line-clamp: 4;
  -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 .button {
  margin-right: 16px !important;
}

.is-hexagon {
  background-color: #eceff1;
  display: block;
  height: 57.74px;
  margin: 28.87px 0;
  text-align: justify;
  position: relative;
  width: 100px;
  transform: rotate(90deg);
}

.is-hexagon:before,
.is-hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

.is-hexagon:before {
  bottom: 100%;
  border-bottom: 28.87px solid #eceff1;
}

.is-hexagon:after {
  top: 100%;
  width: 0;
  border-top: 28.87px solid #eceff1;
}

