.author-image {
    width: 32px !important;
    height: 32px !important;
    max-width: none !important;
    border-radius: 50%;
}

.article {
    width: 100%;
}

.therapist-image {
    width: 100%;
    height: 235px;
    max-width: 200px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}

.therapist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.therapist-image img:hover {
    transform: scale(1.1);
}

.therapists__description {
    flex-grow: 1;
}