section#automacao-fluxo {
    background-color: #0b1e46;
    padding-bottom: 0;
}

section#automacao-fluxo .container {
    min-height: 35rem;
    background-image: url(../img/site/modulo-aps.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80vw auto;
    display: flex;
    flex-direction: column;
}

@media (min-width: 700px) {
    section#automacao-fluxo .container {
        background-size: 58vw auto;
    }
}

@media (min-width: 1455px) {
    section#automacao-fluxo .container {
        background-size: 800px auto;
    }
}

section#automacao-fluxo * {
    color: #fff;
    text-shadow: 0 0 3px #0b1e46,
        0 0 4px #0b1e46,
        0 0 5px #0b1e46;
}

section#automacao-fluxo .col-secondary {
    width: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

section#automacao-fluxo .col-secondary h4 {
    font-size: 22px;
    margin-top: 1.125rem;
}

@media (min-width: 992px) {
    section#automacao-fluxo .col-secondary {
        width: 30%;
        margin-left: auto;
    }

    section#automacao-fluxo .col-secondary h4 {
        margin-top: 10rem;
    }
}
