#teamsection h1 {
  font-size: clamp(2.5rem, 10vw, 5rem);
  color: #1D1E22 !important;
}

#teamsection .card {
  margin-bottom: 3rem !important;
}

#teamsection .card-pink {
  border-radius: 6px;
  border-bottom: 4px solid #ff2c95 !important;
}

#teamsection .card-blue {
  border-radius: 6px;
  border-bottom: 4px solid #1c68b3 !important;
}

#teamsection .col .card img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

#teamsection .card-body {
  padding: 1rem 1.5rem;
}

#teamsection .card-body p {
  color: #4B5563;
}

#teamsection .card-blue svg {
  fill: #1c68b3;
}

#teamsection .card-pink svg {
  fill: #ff2c95;
}

#teamsection .card-blue .card-footer p {
  color: #1c68b3;
}

#teamsection .card-pink .card-footer p {
  color: #ff2c95;
}

#teamsection.card-shape {
  position: relative;
}

.card-footer small {
  color: black !important;
}

#teamsection .custom-shape-divider-bottom-1634717805 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

#teamsection .custom-shape-divider-bottom-1634717805 svg {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
}

#teamsection .custom-shape-divider-bottom-1634717805 .shape-fill {
  fill: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .navbar .nav-link {
    color: white !important;
  }
  .navbar .logo {
    color: white !important;
  }
}/*# sourceMappingURL=team.css.map */