.transparentButton {
  background-color: transparent;
  border: 1px solid #fff;
}

#about-hero {
  position: relative;
  width: 100%;
  height: 70vh;
  background: #003458;
  /* opacity: 0.1; */
  filter: drop-shadow(0px 2px 13px rgba(0, 0, 0, 0.25));
  text-align: center;
  color: white;
}

#about-hero .details {
  width: 70%;
  margin: auto;
}

.here-text {
  color: rgba(0, 52, 88, 0.6);
  font-weight: 600;
  text-transform: uppercase;
}

.intro-paragraph p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */

  letter-spacing: -0.02em;

  color: #003458;

  opacity: 0.8;
}

#OurValues .heading {
  margin: 3rem;
}

#OurValues .card {
  margin-left: 16px;
  margin-top: 40px;
}

#OurValues .card-img-top {
  position: absolute;
  left: 25px;
  top: -30%;
  width: 67px;
  height: 67px;
  background: #21c8aa;
}
.card-img-top {
  border-radius: 6px !important;
}

#our-team {
  /* background-color: #525557; */
  padding: 2rem 0;
}

#our-team .card {
  background-color: transparent;
  border: none;
  color: #003458;
  box-shadow: none;
}

#our-team .card img {
  width: 232px;
  height: 232px;
  margin: auto;
  object-fit: contain;
  background-color: #c4c4c4;
}

#explore {
  height: 650px;
  background: url("/assets/img/about-us/explore.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#explore h4 {
  letter-spacing: 0.09em;
}
