.layout-content{
        padding: 10px 50px;
        height: auto;
        position:relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
.layout-footer-center{
        height: 50px;
        width: 100%;
         position: fixed;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-end; 
        z-index: 999;
        bottom: 0;  
        padding-right: 20px;
        border-top: 1px solid #F5F7F9;   
}