section.button-collection h2 {
    width: 100%;
}

section.button-collection .html-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

section.button-collection > .button-collection-container {
    width: 100%;
}

section.button-collection {
    display: inherit;
}

section.button-center {
    margin: auto;
    text-align: center;
}

section.button-collection .button--center {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.button-collection .button--center .button {
    margin: auto;
}