.wp-block-cble-block-slide .slide-image {
  min-height: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.wp-block-cble-block-slide .slide-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.wp-block-cble-block-slide h4 {
  margin-bottom: 10px;
}
.wp-block-cble-block-slide .block-stars {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.wp-block-cble-block-slide .block-stars p {
  margin: 0;
  margin-left: 10px;
  margin-left: 2px;
}
.wp-block-cble-block-slide .block-stars svg {
  margin-right: 8px;
}
.wp-block-cble-block-slide p.rating-text {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #06845A;
  text-decoration: underline;
}
.wp-block-cble-block-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  width: 100%;
  background: #06845A;
  border-radius: 6px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFE;
}
