.footer
{
    background: linear-gradient(180deg, var(--exhibitor-bg-footer-start), var(--exhibitor-bg-footer-end));
    width: 100%;
    height: 9vh;
    margin-top: 15px;
}

.footer-text
{
    width: 100%;
    text-align: center;
    line-height: 2.8vh;
    font-size: 2.4vh;
    color: white;
    padding-top: 2vh;
}