.footer-bottom {
    width: 100%;
    height: 150px;
    text-align: center;
    background: #E8E7E7;
}

.footer-bottom-content {
    width: 1200px;
    height: 60px;
    margin: 55px auto 0 auto;
    display: inline-block;
}

.footer-bottom-content-left {
    width: 320px;
    height: 40px;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 40px;
    float: left;
    text-align: left;
    margin: auto 40px auto 40px;
}

.footer-bottom-content-center {
    width: 400px;
    height: 40px;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.footer-bottom-content-center-logo {
    width: 130px;
    height: 40px;
    background: url("../../assets/images/common/footer/EHS-logo-grey.png") no-repeat;
    background-size: contain;
    margin: auto;
}

.footer-bottom-content-right {
    width: 400px;
    font-size: 16px;
    color: #999999;
    letter-spacing: -0.2px;
    line-height: 40px;
    float: left;
    text-align: right;
}

.footer-bottom-blank {
    width: 100%;
    height: 30px;
    background: #FFFFFF;
}