.contenedor-principal {
    padding: 20px;
}

.contenedor-servicios {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor-linea__imagen {
    width: 100%;
    height: 100px;
    background: url("https://static.vecteezy.com/system/resources/previews/002/370/744/non_2x/technology-background-with-a-mechanical-concept-vector.jpg");
    /* background-size: cover; */
    color: #ffffff;
    font-family: Impact;
    font-size: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.titulo-marcas-seccion {
    font-size: 15px;
    font-weight: 100;
    color: #cecece;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}