.wp-block-cble-blocks-expert {
  display: flex;
  margin-bottom: 60px;
}
.wp-block-cble-blocks-expert .image {
  flex: none;
  width: 160px;
  margin-right: 20px;
}
.wp-block-cble-blocks-expert p.expert-title {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 0;
}
.wp-block-cble-blocks-expert p {
  font-family: Cantarell;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 10px;
}
.wp-block-cble-blocks-expert .quote p {
  font-family: Cantarell;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .wp-block-cble-blocks-expert {
    display: block;
  }
  .wp-block-cble-blocks-expert .image {
    margin-bottom: 25px;
  }
}
