.coustomer-story {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.coustomer-story .card {
  overflow: hidden;
  border-radius: 20px;
}
.coustomer-story .card .card-text {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 20px;
  line-height: 28px;
  color: rgb(17, 17, 17);
  text-align: center;
}
.coustomer-story .card img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 404px;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.coustomer-story .card .time-history span {
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
}/*# sourceMappingURL=customer-story.css.map */