.respofooter {
    display: none;
}

.footer-buttons {
	display: flex;
	padding: 0;
	margin: 0;
    flex-direction: column;
    align-items: flex-start;
}

.footer-buttons a {
	display: flex;
	justify-content: left;
    align-items: flex-end;
	width: 100%;
	text-decoration: none;
    color: #000;
    font-family: ABBvoice;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    margin: 10px 0px 10px 25px;
    padding-left: 34px;
}

@media only screen and (max-width: 1100px) {
    .respofooter {
        display:block;
        width: 100%;
        margin: 25px 0px 25px 0px;
        background-color: #FFFFFF;
    }
  }