
#cloud-site .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#cloud-site .flex .card {
  position: relative;
}

#cloud-site .flex .inner-card {
  margin-bottom: 60px;
}

#cloud-site .flex .learn-more {
  align-items: center;
  border-top: 1px solid #ccc;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}

#cloud-site .flex .learn-more a {
  line-height: 44px;
}

.docs-landing-page-main section.article #cloud-site .flex .card:hover {
  cursor: auto;
}


#cloud-site .card h2,
#cloud-site .card h3
#cloud-site .hover-card h2,
#cloud-site .hover-card h3, {
  font-weight: 500;
  margin: 0;
  overflow: visible;
}

#choosing h2 {
  overflow: visible;
}

#choosing {
  background: #f7f7f7;
}

#choosing .choosing-text {
  border-left: 1px solid #ddd;
}

#cloud-site .inner-card li p {
  padding: 0;
}

#languages .hover-card .logo {
  background: #f4f6f7;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  left: 0px;
  padding: 26px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 88px;
}

#cloud-site .logo h3 { text-align: center; }

#languages .hover-card .text {
    margin-left: 90px;
}

#languages .hover-card .text p {
  line-height: 14px;
  padding-top: 4px;
  text-transform: none;
  white-space: normal;
}

@media screen and (max-width: 926px) {
  #cloud-site .flex .card {
    width: 100%;
  }
  #cloud-site .flex .card {
    margin: 0 0 24px 0
;  }
}
