.cloud-strength {
  background: #f6f9fe;
}

.cloud-strength-lead {
  margin: 0 0 20px;
  color: #2a3b51;
  line-height: 1.8;
  max-width: 60ch;
}

.cloud-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.cloud-card {
  background: #fff;
  border: 1px solid #d7e5f4;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(15, 76, 129, 0.08);
}

.cloud-card img {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 12px;
}

.cloud-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.4;
}

.cloud-card p {
  margin: 0;
  line-height: 1.75;
  color: #36495f;
}

@media screen and (min-width: 769px) {
  .cloud-strength-lead {
    max-width: none;
    white-space: nowrap;
  }

  .cloud-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
