.tm-card-9cdd8c29 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.tm-card-9cdd8c29:hover {
    opacity: 0.9;
}

.tm-image-9cdd8c29 img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.tm-content-9cdd8c29 {
    margin-top: 15px;
}

.tm-name-9cdd8c29, .tm-designation-9cdd8c29 {
    transition: color 0.3s ease;
}

.tm-name-9cdd8c29 {
    margin: 0 0 5px 0;
}