main .texto-empresa {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
main .texto-empresa h2 {
    font-family: 'Raleway', sans-serif;
    height: auto;
    margin-top: 40px;
    padding: 10px 10% 10px 10%;
}
main .texto-empresa p {
    padding: 10px 10% 10px 10%;
    color: #000;
    font-weight: 500;
    font-size: 19px;
}