@media only screen and (min-width: 768px) {
    footer {
        background-color: RGBA(64, 64, 64, 1);
        margin-top: 0px;
        font-size: 13pt;
        padding-top: 52px !important;
        padding-bottom: 30px;
    }
    footer .container-xl{
        padding-bottom: 30px;
    }
    footer a, footer a:hover {
        color: #FFFFFF !important;
    }

    footer .logo {

    }

    footer .info {
        color: #FFFFFF;
        line-height: 1.5em;
    }

    footer .info div {
        margin: 5px 0px;
        font-size: 15px;
    }

    footer .info div:first-child {
        font-size: 24px;
        margin: 10px 0px;
    }

    footer .wx {
        color: #FFFFFF;
        line-height: 24px;
        text-align: center;
    }

    footer .wx span {
        display: block;
        margin-top: 10px !important;
    }

    footer .wx  img{
        max-width: 95%;
        min-width: 95%;
    }
}
@media only screen and (max-width: 768px) {
    footer {
        background-color: RGBA(64, 64, 64, 1);
        margin-top: 0px;
        font-size: 13pt;
        padding-top: 42px !important;
        padding-bottom: 20px;
    }

    footer a, footer a:hover {
        color: #FFFFFF !important;
    }
    footer .logo{
        padding: 20px;
    }
    footer .logo img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    footer .info {
        color: #FFFFFF;
        line-height: 1.5em;
    }

    footer .info div {
        margin: 5px 0px;
        font-size: 15px;
    }

    footer .info div:first-child {
        font-size: 18px;
        margin: 10px 0px;
    }

    footer .wx {
        color: #FFFFFF;
        line-height: 24px;
        text-align: center;
        margin-top: 20px;
    }
    footer .wx  img{
        max-width: 95%;
        min-width: 95%;
    }
    footer .wx span {
        display: block;
        margin-top: 10px !important;
        margin-bottom: 40px;
    }
}