.card-medico,
.card-servico,
.card-parceiro {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 70%;
    border-radius: 10px 10px 0 0;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    border-radius: 10px 10px 0 0;
}

.card-corpo {
    width: 100%;
    height: 30%;
    padding-top: 5px;
}