#content.contact .productive-footer {
    /* position: fixed; */
    /* bottom: 0; */
    width: 100%;
    margin-top: 50px;
}
.productive {
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productive > * {
    height: 20px;
}
.productive svg {
    width: 162px;
    max-height: 100%;
}

.productive-footer-bottom{
    position: fixed;
    bottom: 0;
}