.footer-container .footer .bottom{
    max-width: 447px
}
    .footer-container .footer .bottom .group {
        display: inline-flex;
        justify-content: space-between;
        width: 56%;
        float: left;
        position: unset
    }
    .footer-container .footer .bottom .group .half{
        float: none;
        width: auto
    }
    .footer-container .footer .bottom .group:after{
        display: none
    }
    .badges {
        position: absolute;
        top: 57%;
        transform: translate(90%, 0);
        right: 0;
        left: 0;
    }
    div#chse_badge { 
        float: left;
        position: unset;
        width: 35%;
        margin-left: 6%;
        margin-top: 12px;
    }
    div#chse_badge img{
        width: 100%;
    }
@media all and (max-width: 1200px) {
    div#chse_badge{
        width: 100%;
        margin-left: 0;
    }
    .footer-container .footer .bottom .group {
        justify-content: center;
        width: 100%;
    }
}
.footer-container .footer .bottom .group .singapore-logo img {
    margin-left: 0;
}
