.content-conteiner-servicios{
    background-image: url("../../src/GRUPO-EMPLEADOS-scaled.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;
}
.contentbody-conteinerservicios{
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 30px;
    background-color: var(--theme-color);
    max-width: 1080px;
    margin: auto;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
}
.content-flex1{
    width: 120%;
}

.subcontenbody.conteiner .content-flex1 .servicios-conteiner{
    flex: 1 1;
}
.servicios-conteiner{
    background-image: linear-gradient(180deg,rgba(10,79,157,0.86) 0%,rgba(10,79,157,0.92) 100%),url("/src/eye-doctor-05.jpg");
    background-blend-mode: multiply;
    background-color: initial;
    box-shadow: 0px 30px 60px -15px rgba(0,79,232,0.4);
    padding: 30px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;   
    margin: 30px;
}


.servicios-subtittle{
    padding: 24px;
    background-color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}



@media (max-width: 750px){
    .contentbody-conteinerservicios{
        flex-direction: column;
    }
    .content-flex1{
        width: 100%;
    }

    .content-conteiner-servicios{
            height: 20em;
        }
        
    

}