#comments{
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.card{
  width: 400px;
  height: 500px;
  border: 0;
  border-radius: 25px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
#card1{
}
#card2{
  background-color: #fff;
  transform: scale(1.1) !important;
}
#card3{
}
.card p{
  font-weight: 700;
  padding: 20px 0px;
  text-align: center;
}
.clientPhoto{
  width: 100px;
  height: 100px;
  border: 0;
  border-radius: 35px;
}
.card h2{}
.star{
  width: 200px;
  height: 50px;
}