.echo-footer{
    background: #252c3d;
    text-align: center;
    color: white;
    padding: 4px;
}

.echo-footer a{
    color: #3ca79f;
}

.block-customers {
    border-top: 2px solid #F7F7F7;
    margin-bottom: 0;
}

.block-customers .block-title {
    text-align: center;
    padding: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

div.block.block-customers .block-title strong {
    color: #2b3945;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-image: url(../images/title-bg.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 12px 0;
    word-break: break-all;
    font-weight: 600;
    line-height: 3.4rem;
    font-size: 3rem;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
}