.card {
    border: none !important;
}

.card__image {
    width: 173px;
    height: 173px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    margin-left: 40px;
    margin-bottom: 28px;
}

.card__name {
    margin-left: 40px;
    color: #7DB72B;
    font-size: 24px;
}

.card__motto {
    margin-left: 40px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'effra-medium';
    min-height: 100px;
}

.card__point {
    margin-left: 15px;
}

.therapeuten .prev {
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #8EB748;
    border-radius: 50%;
  }

  .therapeuten .prev img {
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  
  .therapeuten .next {
    position: relative;
    background-color: #8EB748;
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }

  .therapeuten .next img {
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .navigation-container {

    display: flex;
    justify-content: center;
    gap: 25px;
    padding-top: 50px;
  }