.wp-block-cnb-experte {
  background: #FFFFFF;
  box-shadow: 10px 28px 40px rgba(53, 104, 212, 0.05);
  border-radius: 20px;
  padding: 30px;
  display: flex;
}
.wp-block-cnb-experte .left {
  width: 210px;
  margin-right: 35px;
  flex: none;
  text-align: center;
}
.wp-block-cnb-experte .left .image-block {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 19px;
}
.wp-block-cnb-experte .left p {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #7C7E8B;
  margin-bottom: 11px;
}
.wp-block-cnb-experte .left a {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #7161EF;
  text-decoration: none;
}
.wp-block-cnb-experte .left a:hover {
  text-decoration: underline;
}
.wp-block-cnb-experte .right h4 {
  color: #7161EF;
  margin-bottom: 25px;
}
.wp-block-cnb-experte .right p {
  margin-bottom: 25px;
}
.wp-block-cnb-experte .right .socials a {
  margin-right: 17px;
  display: inline-flex;
  align-items: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #25283D;
  text-decoration: none;
}
.wp-block-cnb-experte .right .socials a:hover {
  text-decoration: underline;
}
.wp-block-cnb-experte .right .socials a img {
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .wp-block-cnb-experte {
    display: block;
  }
  .wp-block-cnb-experte .left {
    width: 100%;
    margin-bottom: 35px;
  }
  .wp-block-cnb-experte .left .image-block {
    margin-left: auto;
    margin-right: auto;
  }
}
