.footer-logo {
    display: block;
    position: absolute;
    background: url(https://websima.com/wp-content/themes/websima/2021/assets/img/ftlogo.png);
    width: 246px;
    height: 150px;
    bottom: auto;
    top: -94px;
    left: -webkit-calc(50% - 123px);
    left: -moz-calc(50% - 123px);
    left: calc(50% - 123px);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0px 1px;
}
#footer::before {
    content: '';
    position: absolute;
    background: url(https://websima.com/wp-content/themes/websima/2021/assets/img/ft-bgee.png);
    width: 61px;
    height: 71px;
    left: -webkit-calc(50% - 30px);
    left: -moz-calc(50% - 30px);
    left: calc(50% - 30px);
    top: -23px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 1px;
}
#footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -webkit-calc(50% - 110px);
    left: -moz-calc(50% - 110px);
    left: calc(50% - 110px);
    width: 220px;
    height: 80px;
    background: url(https://websima.com/wp-content/themes/websima/2021/assets/img/footersign.png) no-repeat center bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    z-index: 0;
}