.content-conteiner-estetica{
    background-image: url("../../src/CIRUGIA-REFRACTIVA-PERSONALIZADA.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    width: 110%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 50% 50%/0 0 20vw 20vw;
    box-shadow: 0 .125rem 3.125rem 0 rgba(0,0,0,.8);
    height: 20em;
}



@media (max-width: 750px){

    .content-conteiner-estetica{
        height: 20em;
    }
    
}