.html-block{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.html-block-inner{
    max-width: 992px;
}