#entryForm {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
#entryForm-header h1{color:#FF6000;font-weight:bold;font-size:3em}
.entryForm__footer__button{
    margin: 0px auto 0;
    flex-basis: 100%;
}
.entryForm__custom-field.entryForm__firstimpression:before{content:'About the New Lane Crawford Skincare Essentials: Bamboo Cotton Pillow Pads and Ultra Soft Facial Towel';font-weight: bold;text-decoration: underline;}
.lc-general-error{margin: auto;}

#entryForm-header h2 {
    font-size: 1.6rem;
}
#entryForm-header img{
    max-width: 500px;
    width: 100%;
}
#entryForm p {
    margin: auto;
    padding-bottom: 1rem;
}

#entryForm p.two,ol.two,div.two {
    color: #666;
    font-size: 0.8rem;
    text-align: justify;
}
#entryForm ol.two{margin-bottom:-40px}
h3.entryForm__title.entryForm__title--fields {
    display: none;
}
.entryForm__footer{
    display: flex;
    flex-wrap: wrap;
}

.entryForm__footer__button{
    order: 4;
}
.entryForm__footer__content{
    order:3

}
@media screen and (min-width: 64em) {
    .entryForm__footer {
        max-width: none !important;
    }
}

@media print,
screen and (min-width: 48em) {
    .entryForm__form-area {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-flow: column;
        width: 100%;
    }

    .entryForm__block--custom {
        -ms-grid-column: 1;
        grid-column: 1;
    }
}

.entryForm__phone__label{display:none}

.entryForm__block--mobile:before {
    content: 'Your Whatsapp contact phone number';
    color:#3a3a3a
}
.entryForm__block--mobile .entryForm__field-wrapper{margin-top: .125rem;}
@media screen and (max-width:767px) {
    #entryForm-header h1{font-size:1.6em}
    #entryForm-header h2 {
        font-size: 1.4rem;
    }
    
}