#quem_somos {
    background-color: #83ccc6a9;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    height: 48vh;
}

.quem_somos_texts {
    padding: 10rem;
}

.quem_somos_texts label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #147B6E;
}

.quem_somos_texts h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #232429;
}

.quem_somos_texts p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #63656A;
    margin-top: 1rem;
    text-align: justify;
}

.img_medico img {
    width: 38vh;
}

.img_medico_direita {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    height: 100%;
}
.img_medico_direita img{
    width: 16rem;

}


.img_medico {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    height: 100%;

}

@media (min-width: 249px) and (max-width: 767px) {
    #quem_somos {
        height: unset;
        flex-direction: column;
        align-items: flex-start;
    }

    .img_medico_direita img {
        display: none;
    }

    .img_medico {
        display: none;

    }

    .quem_somos_texts {
        padding: 2rem;
    }


}

@media (min-width: 768px) and (max-width: 1440px) {
    .quem_somos_texts {
        padding: 3rem;
    }

    .img_medico_direita img {
        display: none;
    }
    .img_medico img {
        display: none;
    }

    .quem_somos_texts p {
        font-size: 13px;
    }

    .quem_somos_texts h2 {
        font-size: 16px;
    }
}