.content-conteiner-tecnologia{
    background-image: url("../../src/BANNER-TECNOLOGIA-VISIONCOLOMBIA.COM_.CO-05.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: block;
}

.content-1{
    display: flex;
    flex-direction: row;
    position: relative;

    padding: 0px;
    background-color: var(--theme-color);
    width: 100%;
    max-width: 1080px;
    margin: 0;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
}

.content-1 .content-flex1 .servicios-conteiner{
    flex: 1 1;
}

.tecnologia-img-conteiner{
margin: 30px;
padding: 0px;
scale: 1;
}

.tecnologia-contenido-conteiner{
    width: 55%;
}

.tecnologia-img{
    min-height: 1px;
    height: auto;
    max-height: 600px;
    margin: 10px;
}

@media (max-width: 750px){
    .content-1{
        flex-direction: column;
    }
    .content-flex1{
        width: 100%;
    }
    .tecnologia-contenido-conteiner{
        width: 100%;    
    }
    .content-conteiner-tecnologia{
        height: 20em;
    }
}