.tiqva-team-slider {
  position: relative;
  padding: 0 0 4rem 0 !important;
}

.team-slide {
  text-align: center;
  padding: 1rem;

  .team-photo {
    img {
      width: 100%;
      height: 320px;
      border-radius: 20px;

      object-fit: cover;
      margin: 0 auto;
    }
  }

  .team-info {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 24px 60px -20px #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 6px;
    width: 100%;
    max-width: 90%;
    background-color: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    margin-inline: auto;

    .team-name {
      font-family: Familjen Grotesk;
      font-weight: 700;
      font-size: 22px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
      text-transform: uppercase;
      margin: 0;
      color: #000;
    }

    .team-position {
      font-family: Montserrat;
      font-weight: 300;
      font-size: 12px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
      text-transform: capitalize;
      margin: 0;
      color: #000;
    }
  }
}

.team-prev,
.team-next {
  color: #fff;
}
