footer {
    padding: 3vh 0vh;
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #1d267e;
}

footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .col-md-12 {
    display: flex;
}

footer p {
    color: #fff;
    font-size: 2.3vh;
}

footer .control-img {
    display: flex;
    justify-content: flex-end;
}

footer .control-img img {
    width: 27vh;
}

footer .row {
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 912px) {
    footer .row {
        flex-direction: column;
    }

    footer .control-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .col-md-5 {
        flex: initial;
        max-width: 100%;
        margin-bottom: 3vh;
    }

    footer .col-md-7 {
        flex: initial;
        max-width: 100%;
    }

    footer p br {
        display: none;
    }

    footer p {
        text-align: center;
    }

    footer {
        padding: 8vh 0vh;
    }
}

@media screen and (max-width: 767px) {
    footer p {
        font-size: 2.5vh;
    }
}

