body, * {
  font-family: "Libre Franklin", sans-serif;
}
.banner-padding, .banner-padding-bottom {
  padding-bottom: 2.5em;
}
.banner-padding, .banner-padding-top {
  padding-top: 2.5em;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
h3, .h3, .headline {
  font-size: 1.5em !important;
  text-transform: none;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  display: block;
  color: #2C2A29;
}
.btn {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  transition: all ease-out .3s;
  background-position: 50% 50%;
  background-size: 0% 0%;
}
.btn:hover {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  transition: background-size .3s, color .3s;
  background-position: 50% 50%;
  background-size: 0% 0%;
  background-size: 100% 100%;
}

/* New update 09-04-2024 */
.team--box {
  max-width: 100%;
  width: 100%;
  padding: 10px 1rem;
  color: #2C2A29;
}
.team--member {
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 1rem;
}
.team--member img {
  object-fit: cover;
}
.team--box .name {
  font-size: 18px;
  line-height: 21px;
}
.team--box .department {
  font-size: 14px;
  line-height: 17px;
}
.team--box:hover {
  text-decoration: unset;
}
.team--box:hover .name {
  color: #C8102F;
}
.team--box:hover .department {
  color: #2C2A29;
}
.btn-outline-black {
  padding: 8px 32px;
  height: auto;
  border: 3px solid #2C2A29;
  background-color: transparent;
  color: #2C2A29;
}
.btn-outline-black:hover {
  background-color: #C8102F;
  border-color: #C8102F;
  color: #fff;
}
.title::before {
  content: "";
  background-color: #C8102F;
  height: 5px;
  width: 130px;
  position: absolute;
  bottom: 5px;
  left: 0;
}
@media (min-width: 576px) {
  .team--box {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .banner-padding, .banner-padding-top {
    padding-top: 3.5em;
  }
  .banner-padding, .banner-padding-bottom {
    padding-bottom: 3.5em;
  }


  .team--box {
    max-width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .banner-padding, .banner-padding-top {
    padding-top: 4.5em;
  }
  .banner-padding, .banner-padding-bottom {
    padding-bottom: 4.5em;
  }
  p {
    font-size:  17px;
  }


  .team--box {
    max-width: 25%;
  }
  .team--box .team--member {
    margin-bottom: 24px;
  }
  .team--box .name {
    font-size: 20px;
    line-height: 24px;
  }
  .team--box .department {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1600px) {
  .banner-padding, .banner-padding-top {
    padding-top: 5em;
  }
  .banner-padding, .banner-padding-bottom {
    padding-bottom: 5em;
  }


  .team--box .department {
    font-size: 16px;
    line-height: 21px;
  }
  .team--box {
    max-width: 20%;
  }
}
@media (min-width:1800px) {
  p {
    font-size:  20px;
  }
}
