/* .banner-div .banner-heading {
  position: absolute;
  bottom: 40px;
  left: 56px;
  margin: 0;
  color: #fff;
  font-size: calc(22px + (47 - 30) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
} */
.leadership-team-inside-container {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.leadership-team-inside-container .our-leadership-team-title {
  text-align: left;
  color: #554d89;
  font-size: calc(18px + (34 - 18) * ((100vw - 320px) / (1920 - 320)));
  margin: 0;
}
.leadership-team-inside-container .our-leadership-team-title span {
  text-transform: unset;
}
.leadership-team-inside {
  margin: 80px 0;
}
.leadership-team-inside-inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  justify-items: center;
}
.leadership-team-img {
  margin: 50px 0;
  max-width: 400px;
  text-align: center;
}
.leadership-team-text p {
  line-height: 2;
  color: #716c80;
  font-weight: 500;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.leadership-button {
  background-color: #554d89;
  color: #fff;
  text-decoration: none;
  display: block;
  width: fit-content;
  padding: 20px;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  margin-top: 16%;
}
.leadership-team-inside-container .leadership-profile-title {
  color: #554d89;
  font-weight: 600;
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 0;
  margin-top: 20px;
}
.leadership-team-inside-container .leadership-profile-designation {
  color: #554d89;
  font-weight: 400;
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
}
.leadership-button i {
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .leadership-button {
    margin-top: 20%;
  }
}
@media (max-width: 1024px) {
  .leadership-team-inside-inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    justify-items: center;
    gap: 20px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  /* .banner-div {
    padding-top: 63px;
  }
  .banner-div .banner-heading {
    bottom: 10px;
    left: 30px;
  } */
  .leadership-button {
    margin: auto;
    margin-top: 10%;
  }
}
@media (max-width: 767px) {
  .leadership-team-text p {
    line-height: 1.5;
  }
}
@media (max-width: 580px) {
  /* .banner-div .banner-heading {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  } */
  .leadership-team-inside {
    margin: 40px 30px;
  }
  .leadership-team-inside-inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .leadership-team-img {
    margin: 0;
    text-align: center;
  }
}
