.le-prophete {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0 50px;
  display: flex;
  flex-wrap: wrap;
  align-items:center;
}
.le-prophete .left-content {
  width: 20%;
}
.le-prophete .right-content {
  width: 80%;
  padding: 0 0 0 60px;
}
.le-prophete .left-content img {
  width: 100%;
  object-fit: cover;
}
.le-prophete .right-content h1 {
  font-family: 'Tahoma';
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 15px;
  padding: 0;
  max-width: 420px;
  line-height: 26px;
}
.le-prophete .right-content p b{
  color: #4d4d4d;
  font-family: 'Tahoma';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.le-prophete .right-content p{
  color: #666666;
}
