.leader_info {
  background-size: cover;
  background-repeat: no-repeat;
  /* max-width: 700px; */
  height: 100%;
  justify-content: space-between;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
.leaders {
  background-image: url("leaders_background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  max-height: 100%;
  height: 100%;
}
.leader_photo img {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  height: 100%;
  width: 480px;
  object-fit: cover;
  object-position: top;
}
.leader_name {
  width: 292px;
  height: 66px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  background-color: #e9f1fc;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leader_name h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}
.leader_name p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
}
.leader_info .info {
  box-sizing: border-box;
  /* max-width: 500px; */
  height: 192;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 20px;
}
.leader_one {
  max-width: 1180px;
  max-height: 100%;
  height: 100%;
  border-radius: 8px;
  background: #3479c9cc;
  display: flex;
}

@media (max-width: 767px) {
  .leader_name p {
    font-size: 12px;
  }
}

* {
  box-sizing: border-box;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #e11229;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #007fff;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.fade__img {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.slideshow-container img {
  max-height: 500px;
  margin: 0 auto;
  display: block;
  width: auto;
}
