.bing-api-use-case {
  background-color: #f3f1ff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.bing-api-use-case .medium-body-text {
  text-align: center;
}
.bing-api-use-case .content-regular {
  text-align: center;
}
.bing-api-use-case-img {
  box-shadow: 0px 0px 20px 0px #f0ebff;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: start;
}
.bing-api-use-case-img img {
  width: 40px;
  height: 40px;
}
