/* Start custom CSS *//* Container principal */
.medico {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Imagem totalmente redonda */
.medico img {
    border-radius: 50% !important;
    width: 120px; /* Ajuste o tamanho da largura se precisar */
    height: 120px; /* Ajuste a altura para ser igual à largura */
    object-fit: cover; /* Garante que a foto não distorça */
    margin-bottom: 15px;
}

/* Títulos ajustados */
.medico h1, .medico h2, .medico h3, .medico h4, .medico h5, .medico h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px !important;
    color: #238561 !important;
    margin-top: 0;
    margin-bottom: 10px;
}/* End custom CSS */