
.sub-footer-message .img-one {
    max-width: 135px;
    margin-right: 33px;
    padding-bottom: 8px;
    margin-left: auto
}

.sub-footer-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(0, -23px);
}

.sub-footer-message p {
    color: #fff;
    max-width: 700px;
    font-size: 14px;
}

.footer-charity-logo {
    margin-top: -45px;
}

.foot-bottom {
    background: #27241C;
    padding: 18px !important;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%) !important;
    position: relative;
}

.foot-bottom-inner {
    display: flex;
    justify-content: space-between;
    padding: 0 45px;
    width: 100%;
}


@media(max-width: 767px) {
    .sub-footer-message {
        transform: translate(0, -42px);
        margin-bottom: 20px;
        padding: 0 10px;
        text-align: center;
        flex-direction: column;
    }

    .sub-footer-message .img-one {
        margin-left: 0;
    }

    .footer-charity-logo {
        margin-top: 0;
        display: none;
    }

    .sub-footer-message {
        transform: translate(0, -50px);
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .foot-bottom-inner {
        flex-direction: column;
    }

    footer .foot-bottom {
        margin-top: 30px;
    }
}