.elementor-3063 .elementor-element.elementor-element-5a3a511{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-2px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-29c0945 */.leader-avatar {
  width: 120px;          /* adjust size as needed */
  height: 120px;
  margin: 0 auto;        /* centers the image in the card */
  overflow: hidden;      /* hides corners of the square */
  border-radius: 50%;    /* makes it a circle */
}

.leader-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* makes sure the image fills the circle without stretching */
  display: block;
}/* End custom CSS */