p, h1, h2{
    font-family: Lato;
    font-weight: 700;
    margin: 0 0 10px;
}
.entry-content{
    background-color: #F9A826;
    background-image: url(https://storage.googleapis.com/studio-design-assets/projects/7kadlYM6a3/s-1874x2400_v-frms_webp_377b04a4-dac4-40d3-9edc-01b62890aa97.webp);
    background-size:  cover;
    background-position: center center;
    overflow: hidden;
}

.entry-header.alignwide {
    display: none;
}

form {
    max-width: 600px;
    width: calc(100% - 80px);
    margin: 40px auto 80px;
}

.form-orgin {
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-radius: 4px;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    box-shadow: none;
    color: #333;
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 0em;
    line-height: 1.4;
    margin-bottom: 20px;
}

.mwform-radio-field.vertical-item {
    display: block;
    font-weight: 400;
}

.terms {
    text-align: center;
    font-weight: 400;
}

.submit {
    width: 100%;
    height: 50px;
    background: #333333;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
    color: #FFFFFF;
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    margin: 0 0 0 0;
    opacity: 1;
    padding: 0px 0px 2px 0px;
    text-align: center;
}