.contact-wrapper {
    justify-self: baseline;
    position: absolute;
    bottom: 0px;
}

@media only screen and (max-width: 991px) {
    .contact-wrapper {
        position: relative;
        margin-top: 8px;
        margin-bottom: 16px;
    }
}