.contenido-hijo1
{
    padding: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sec-soft
{
    padding: 50px;
    background-color:  rgba(181, 247, 203, 0.541);
}


.tecno-titulo
{
    text-align: center;
}

.imagen-soft
{
    margin: 0; 
    padding: 50px; 
    display: flex;
    justify-content: center;
}

.imagen-soft img
{
    width: 400px; 
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}   

.imagen-hard { 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background-color:  rgba(181, 247, 203, 0.541);
}


.imagen-hard img {
    margin-top: 50px;
    max-width: 360px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3.5%;
}