.therapist-block {
    max-width: 100%;
    display: block;
    margin: auto;
    position: relative;
    padding: 24px 12px 12px;
}

.therapist-block h4 {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    align-self: flex-start;
}

.therapist-card {
    padding: 0;
    width: 250px;
}

.therapist-img {
    width: 250px;
    height: 300px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.therapist-text-container {
    max-width: 300px;
    margin-top: 12px;
    font-family: 'Montserrat', sans-serif;
}

.therapist-text-container h6 {
    margin: 0 !important;
    font-size: 15px;
    font-weight: 700;
}

.therapist-text-container p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

.splide__slide>a {
    text-decoration: none !important;
    color: black;
}


.therapist-container {
    height: 400px;
}