@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
section.cases {
  padding: 3em 1em;
}
section.cases p.intro {
  font-family: "Lato";
  font-weight: 600;
  font-size: 19px;
  color: 444444;
  text-align: center;
  padding-bottom: 18px;
}
section.cases h2 {
  font-family: "Lato";
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  color: #852163;
  text-align: center;
  padding-bottom: 18px;
}
section.cases span.card {
  display: block;
  border: 1px solid #aaaaaa;
  border-radius: 1em;
  padding: 2em;
  margin-bottom: 2em;
  font-family: Lato;
}
section.cases span.card figure img {
  padding-bottom: 1em;
}
section.cases span.card figcaption span {
  display: block;
}
section.cases span.card figcaption span.number {
  color: #852163;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
section.cases span.card figcaption span.type {
  font-size: 16px;
  color: #444444;
}
section.cases span.card figcaption span.client {
  color: #852163;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
section.cases span.card a.cta {
  border-radius: 50px;
  border: 2px solid #852163;
  color: #852163;
  padding: 0.7em 1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
section.cases span.card a.cta:hover {
  background: #852163;
  text-decoration: none;
  color: white;
}

section.reports {
  padding: 4em 1em;
}
section.reports figure img {
  padding-bottom: 1em;
}
section.reports figcaption span {
  display: block;
}
section.reports figcaption span.number {
  color: #852163;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
section.reports figcaption span.type {
  font-size: 16px;
  color: #444444;
}
section.reports figcaption span.client {
  color: #852163;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 1em;
}
section.reports p {
  line-height: 32px;
}
section.reports .graph img {
  width: 100%;
}
section.reports .graph h3 {
  font-family: Lato;
  color: #852163;
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 3em 0;
  text-align: center;
}