.leaders{
  margin:20px 0;
}
.leader{
  display:flex;
  flex-wrap:wrap;
}
.leader h2{
  color:#c0392b;
  font-weight:600;
  margin-bottom:10px;
  margin-top:15px;
}
.leader h2 span{
  font-weight:400;
  font-size:20px;
  padding-left:10px;
}
.leader img {
    width: 300px;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}
.leader p{
  font-size:14px !important;
}