.mhc-embedded-form #form-catalog-html button#submit-button {
    display: none;
}

.mhc-embedded-form .cenacle {
    display: inline-block;
    width: 500px;
    max-width: 100%;
    margin: auto;
}

.mhc-embedded-form .cenacle h2 {
    margin-bottom: 5px;
}

.mhc-embedded-form .select-section {
    margin-bottom: 15px;
}

.mhc-embedded-form .select-section .select-label {
    font-weight: bold;
}

.mhc-embedded-form .cenacle-paragraph {
    width: 800px;
    max-width: 100%;
    margin: auto;
}

/* flex */
.mhc-embedded-form .flex-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* flex-direction: row;
    align-items: unset; */
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

.mhc-embedded-form .flex-section-container > div {
    width: 450px;
    max-width: 100%;
    margin: 25px;
}

.mhc-embedded-form .flex-section-container .cenacle-section {
    margin: 5px 25px;
}