#inf .contenedor {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.03);
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 100px;
}

#inf .informacion {
    margin: 27px;
    margin-top: 20px;
}

#inf h3 {
    width: 100%;
    max-width: 360px;
}

#inf h3, p, a {
    width: 100%;
    max-width: 360px;
}

.informacion p {
    line-height: 25px;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    color: #555;
    text-align: justify;
    margin-bottom: 1em;
    height: auto;
    
    
}

.informacion h3 {
    font-weight: normal;
    line-height: 40px;
    font-family: Oswald;
    font-size: 20px;
}

.informacion a {
    color: #a0a0a0;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    
}

.informacion .lm1 {
    padding-top: 27px;
}

.informacion .lm2 {
    padding-top: 0px;
}

.informacion .lm3 {
    padding-top: 0px;
    position: relative;
    bottom: 20px;
}

@media (min-width:400px) {
    .informacion {
        width: 50%;
        
    }
}

@media (min-width:1024px) {
    #inf .contenedor {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        background: rgba(0, 0, 0, 0.03);
        padding-bottom: 20px;
        width: 100%;
        position: relative;
        top: 108px;
    }
    
    #inf .informacion {
        margin: 27px;
        margin-top: 20px;
        width: 25.2%;
    }

    .informacion {
        width: auto;
    }
}
    
