.wp-block-cardoza-block-expert {
  background: #4281A4;
  border-radius: 10px;
  width: 100%;
  padding: 50px;
}
.wp-block-cardoza-block-expert .header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-cardoza-block-expert .header .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex: none;
  margin-right: 20px;
  overflow: hidden;
}
.wp-block-cardoza-block-expert .header .text h6 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #94C3DD;
  margin-bottom: 5px;
}
.wp-block-cardoza-block-expert .header .text h5 {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.wp-block-cardoza-block-expert .content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.wp-block-cardoza-block-expert .content p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.wp-block-cardoza-block-expert .content a.expert-link {
  padding: 11px 38px;
  background: #00B871;
  border-radius: 6px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  display: table;
  margin: 0 auto;
}
.wp-block-cardoza-block-expert .content a.expert-link:hover {
  background: #00965C;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .wp-block-cardoza-block-expert {
    padding: 40px 20px;
  }
  .wp-block-cardoza-block-expert .header {
    display: block;
    text-align: center;
  }
  .wp-block-cardoza-block-expert .header .img {
    margin: 0 auto 10px;
    width: 60px;
    height: 60px;
  }
  .wp-block-cardoza-block-expert .header .text h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .wp-block-cardoza-block-expert .header .text h6 {
    font-size: 12px;
    line-height: 14px;
  }
}
