@media screen and (max-width: 900px) {
    .pa-footer-left {
        float: none !important;
    }

    .pa-footer-right {
        float: none !important;
    }

    .pa-footer-left p {
        margin-bottom: auto;
    }

    .pa-footer-right a {
        margin-block-start: 0px !important;
    }
}

@media screen and (max-width: 773px) {
    .pa-footer-left p {
        font-size: 22px !important;
    }
}

@media only screen and (max-width: 600px) {
    .pa-footer {
        box-sizing: border-box;
        flex-wrap: wrap;
        padding: 0px 24px !important;
        text-align: center;
    }

    .pa-footer-left {
        font-size: 17.5px !important;
    }

    .pa-footer-right {
        margin: auto;
        font-size: 17.5px !important;
    }

    .pa-footer-right a {
        margin-block-start: 0px !important;
        font-weight: bold;
    }

    .pa-footer-left p {
        margin-block-end: 0px !important;
        font-size: 17.5px !important;
    }
}

.pa-footer {
    background-color: #AA0000;
    border-top: 2px solid white;
    bottom: 0;
    color: white;
    display: none;
    font-family: "Ubuntu";
    font-size: 22px;
    left: 0;
    padding: 0px 35px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.pa-footer-right a {
    color: white;
    display: block;
    font-weight: bold;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
}

.pa-footer-left {
    float: left;
}

.pa-footer-left p {
    margin-top: revert;
}

.pa-footer-right {
    float: right;
}

.pa-footer-right a:visited {
    color: white;
}