.case-study-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.case-study-card img {
  max-width: 100%;
  height: auto;
}
.card-logo img {
  max-height: 50px;
  margin-bottom: 15px;
}
.card-avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 10px 0;
}
.card-title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.card-description {
  font-size: 14px;
  margin-bottom: 15px;
}
.button.read-more,
.play-button {
  display: inline-block;
  background: #0073e6;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  margin: 5px;
  text-decoration: none;
}
