article.case-studies-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  background-color: #f3f8fb;
  margin-bottom: 20px;
  overflow: hidden;
  height: calc(100% - 20px);
}
article.case-studies-card .card-head {
  width: 100%;
  background-color: silver;
}
article.case-studies-card .card-head img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.15;
  width: 100%;
  height: auto;
}
article.case-studies-card .card-body {
  padding: 30px;
  background-color: #f3f8fb;
  display: flex;
  align-items: center;
}
article.case-studies-card .card-body h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25; /* 125% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  color: #b51f20;
  margin: 0;
}
article.case-studies-card.beauty .card-body h2 {
  color: #C69DC9;
}