#cloud-site .cloud-products .c4 ul li {
  background: url("/images/products/sdk/check-mark.png") no-repeat top left;
  background-position: 0 4px;
  list-style: none;
  padding-left: 40px;
}

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

/* Install Button */

.dropdown-button {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}

.dropdown-button > .button {
  margin-right: 0px !important;
  padding-right: 55px !important;
  padding-left: 25px !important;
  width: 270px;
}

.dropdown-button-content {
  background-color: #4285f4;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0,0,0,.12),
    0 2px 4px rgba(0,0,0,.24),
    inset 0 4px 6px -4px rgba(0,0,0,.24);
  display: none;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 47px;
  transition: opacity 300ms ease;
  width: 270px;
  z-index: 1;
}

.dropdown-button-arrow:hover .dropdown-button-content {
  display: block;
  opacity: 1;
}

.dropdown-button-content a {
  color: #fff !important;
  display: block;
  padding: 1px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 300ms ease;
}

.dropdown-button-content a:hover {
  background-color: #4991e0;
}

.dropdown-button-arrow:before {
  content: '\02C5';
  font-size: 2.4em;
  font-weight: bold;
}

.dropdown-button-arrow {
  bottom: 0;
  border-left: 1px solid #aaa;
  cursor: pointer;
  display: inline-block;
  height: 48px;
  line-height: 57px;
  margin-left: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}

@media (max-width: 780px) {

  .dropdown-button {
    float: left;
    margin: 16px 0 16px 0;
    width: 100%;
  }

  .dropdown-button > .button {
    margin: 0 !important;
    width: 100%;
  }

  #cloud-site .hero.product-hero .button {
    float: none !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
     max-width: none !important;
  }

}
