.UIFooterControl {
        color: #fff;
        margin: 0 auto;
        position: relative;
        width: 100%;
        font-size: 15px;
}
.UIFooterControl .CopyRight {
        padding: 10px 0 0 10px;
}
.UIFooterControl a {
        color: #fff;
        font: bold 10pt arial;
}
.UIFooterControl .Design {
        position: absolute;
        right: 10px;
        top: 16px;
}
.UIFooterControl .logo {
        padding: 15px;
        background: #fff;
}
@media only screen and (max-width: 768px) {
        div. UIFooterControl img {
                width:150px !important;
                height:auto !important;
        }
        div.UIFooterControl div.logo a img {
                width: 100% !important;
        }
        div.UIFooterControl .logo {
                padding: 15px !important;
        }
        div.UIFooterControl {
                padding: 0 !important;
        }
        div.UIFooterControl .acy-email-footer p br {
                display: block !important;
        }
        div.UIFooterControl .acy-email-footer p {
                align-items: flex-start;
                text-align: left;
        }
}
