.wp-block-cble-block-review-tabs {
  margin-bottom: 100px;
}
.wp-block-cble-block-review-tabs .titles {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-cble-block-review-tabs .titles h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #0C120C;
  margin-bottom: 0;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
  padding-bottom: 12px;
}
.wp-block-cble-block-review-tabs .titles h5.active::after,
.wp-block-cble-block-review-tabs .titles h5:hover::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  background: #06845A;
}
@media screen and (max-width: 600px) {
  .wp-block-cble-block-review-tabs .titles h5 {
    margin-bottom: 20px;
  }
}
.wp-block-cble-block-review-tabs .tabs .wp-block-cble-block-review-tab {
  display: none;
  margin-bottom: 40px;
}
.wp-block-cble-block-review-tabs .tabs .wp-block-cble-block-review-tab.active {
  display: flex;
}
