.leaders{
	padding: 4rem 0;
}
.leaders h2{
	font-size: 50px;
}
.leaders h2 span{

}
.leaders h3{
	font-size: 40px;
}
.leaders .leader_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.leaders .leader_item .img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 200px;
	margin-bottom: 1rem;
}
.leaders .leader_item .name{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.leaders .leader_item .position{
    font-size: 14px;
    width: 80%;
    color: rgba(0, 0, 0, 0.6);
}