.leader-container {
    width: calc(100% - 200px);
    margin: 50px 121px 100px 78px;
    box-sizing: border-box;
}
.leader-header {
    text-align: center;
    margin-bottom: 50px;
}
.leader-header h2 {
    font-family: Archivo;
    font-weight: 600;
    font-size: 36px;
    line-height: 48x;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 16px;
}
.leader-header p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
    width: 750px;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 0px !important;

}
.profiles-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
}
.profile-card {
    display: flex;
    gap: 90px;
    align-items: center;
    text-align: left;
    padding: 0px 19px;
	justify-content:space-evenly;
}
.profile-card:nth-child(odd) {
    flex-direction: row-reverse;
}
.profile-card img {
    width: 404px;
    height: 394px;
    border-radius: 30px;
    object-fit: cover;
}

/* 1) Layout row */
.leader-icon-row {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 2) Anchor wrapper: fixed box, no background */
.leader-icon-link {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent !important;
  border: 0;
  box-shadow: none;
  line-height: 0;
}

/* 3) The image itself: kill inherited rules */
.leader-desc img.leader-icon-img {
  width: 20px !important;
  height: 20px !important;
  max-width: none !important;
  max-height: none !important;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}

.profile-card h3 {
    font-family: Archivo;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px !important;
    color: rgba(0, 0, 0, 1)
}
.profile-card .title {
    font-family: Archivo;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
    color:rgba(0, 0, 0, 1);
    /* text-transform: uppercase; */
}
.profile-card .description {
    margin: 10px auto 0;
    font-family: Archivo;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(25, 25, 25, 1);
	margin-bottom:20px;
    /* width: 600px; */
}
.leader-desc {
    max-width: 400px;
}

.leader-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.leader-icon-link {
    display: inline-flex;
    line-height: 0;
    text-decoration: none;
}

.leader-icon-link:hover .leader-icon-img,
.leader-icon-link:focus .leader-icon-img {
    opacity: 0.85;
}

/* Responsive (up to 639px) */
@media (max-width: 767px) {
    .leader-container {
        padding: 40px 0 0;
        width: calc(100% - 39px);
        margin-left : 16px;
        margin-right: 23px;
        margin-top: 0px;
        margin-bottom: 0;
    }
	
    .leader-header {
        text-align: center;
        margin-bottom: 16px;
    }
    .leader-header h2 {
        font-family: Archivo;
        font-weight: 700;
        font-size: 35px;
        line-height: normal;
        letter-spacing: 0;
        text-align: center;
        margin-bottom: 16px;
    }
    .leader-header p {
        font-family: Archivo;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0;
        text-align: center;
        width: 100%;
        /* margin: 0 auto; */
    }
    .profiles-container {
        gap: 38px;
    }

    .profile-card {
        display: block;
        flex-direction: column !important; /* Force column layout */
        align-items: center;
        text-align: center;
        padding: 0px;
        /* margin: 0px 23px 0  16px; */
    }

    .profile-card img {
        /* width: 401px; */
        width:100%;
        height: 380px;
        border-radius: 30px;
    }
    .leader-desc{
        text-align: center;
        /* padding-left: 10px; */
        padding-top: 20px;
    }

    .profile-card h3 {
        font-family: Archivo;
        font-weight: 700;
        font-size: 25px;
        line-height: normal;
        letter-spacing: 0;
        margin-bottom: 8px !important;
    }

    .profile-card .title {
        font-family: Archivo;
        font-weight: 400;
        font-size: 20px;
        line-height: normal;
        letter-spacing: 0;
        /* text-transform: uppercase; */

    }
    .profile-card .description {
        font-family: Archivo;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0;
        margin-top: 15px;
		width:100%;
        /* width: 381px; */
    }
	.leader-icon-row {
		display:block;
		  align-items: center;
}

/* iPad Pro / Tablet View (768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {

	.leader-container {
      width: calc(100% - 40px);
      margin: 40px 20px  40px 20px;
      padding-left: 0px ;
      padding-right: 0px;
      /* box-sizing: border-box; */
    }
  
    .leader-header h2 {
      font-size: 48px;
      line-height: 110%;
    }
  
    .leader-header p {
      font-size: 20px;
      width: 100%;
      max-width: 90%;
      margin: 0 auto;
      padding: 0 10px;
    }
  
    .profiles-container {
      gap: 40px;
    }
  
    .profile-card {
      display: block;
      flex-direction: column !important; /* Force column layout */
      align-items: center;
      text-align: center;
    }
      /* margin: 0px 
    }
/*   
    .profile-card:nth-child(odd) {
      flex-direction: row-reverse;
    } */
  
    .profile-card img {
      width: 100%;
      height: 380px;
      border-radius: 30px;
      object-fit: cover;
    }
  
    .leader-desc {
      padding-left: 0;
      padding-top: 0;
      text-align: left;
    }
  
    .profile-card h3 {
      font-size: 30px;
      line-height: 140%;
      margin-top: 23px;
    }
  
    .profile-card .title {
      font-size: 22px;
      font-weight: 500;
    }
  
    .profile-card .description {
      font-size: 18px;
      line-height: 140%;
      margin-top: 15px;
      margin-left: 0px;
      /* width: 300px; */
    }
  }
  @media (min-width: 1025px) and (max-width: 1300px) {
    .leader-container {
      width:auto;
    }
    .profile-card {
      flex-direction: row;
      justify-content: left;
      /* gap:40px */
    }
  
    .profile-card:nth-child(odd) {
      flex-direction: row-reverse;
    }
  
    .profile-card img {
      width: 400px;
      height: auto;
    }
  
    .profile-card .description {
      max-width: 500px;
      font-size: 18px;
    }
  }
	
