.mhc-embedded-form .flex-form-container.three-wide-container {
    width: 800px;
    justify-content: center;
}

.mhc-embedded-form .flex-form-container.three-wide-container .flex-form-section {
    width: 265px;
    margin: 0;
    text-align: center;
}

.mhc-embedded-form button[type=button].check-registration-button {
    padding: 10px 20px;
    margin: 20px;
}

.mhc-embedded-form .flex-form-container.three-wide-container .flex-form-section .static-info-label {
    font-weight: bold;
    font-style: italic;
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-bottom: 2px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #f3f3f3;
    border: 1px solid lightgray;
    color: rgb(100, 100, 100);
    transition: all 0.3s ease;
    font-size: 16px;
}

.mhc-embedded-form .pilgrimage-paragraph {
    max-width: 350px;
    margin: auto;
    margin-bottom: 20px;
}

.mhc-embedded-form .pilgrimge-subsection-label {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    margin: 25px auto 5px 0;
}

.mhc-embedded-form .big-radio.payment-type-list li {
    width: 175px;
}

.mhc-embedded-form .reservation-info-static-paragraph {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

.mhc-embedded-form h2 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.mhc-embedded-form h1 {
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.mhc-embedded-form .asterisk {
    margin-right: 5px;
}

.mhc-embedded-form p {
    text-align: center;
}
