.b2b-cases {
  margin-top: 60px;
	width: 80%;
    margin: auto;
	font-family: sans-serif;
}

.b2b-cases h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.b2b-cases__intro {
  color: #64748b;
  margin-bottom: 30px;
}

.b2b-case {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(15,23,42,.06);
}

.b2b-case__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.b2b-case ul {
  padding-left: 18px;
  margin: 0 0 12px 0;
}

.b2b-case__result {
  font-weight: 500;
  color: #0f172a;
}

