.footer {
    padding: 25px 0px;
    width: 100%;
    text-align: center;
    background-color: white;
    color: var(--brandColour);
}

.footer-text1 {
    display: inline-block;
    height: 20px;
    cursor: pointer;
    filter: invert(1);
}

.footer-buttons {
    margin-top: 15px;
    width: auto;
    display: inline-block;
}

.footer-buttons-item {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0px 10px;
    cursor: pointer;
    text-decoration: none;
    color: var(--brandColour);
    font-weight: 600;
}