.wpcf7 {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    /* height: 100vh; */
}
.wpcf7 form{
    max-width: 800px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
.wpcf7 form p{
    display: flex;
    justify-content: space-between;
    font-family: "Minion Pro Regular";
    padding-bottom: 30px;
}
.wpcf7 .wpcf7-submit {
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    background: black;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;

}
.wpcf7 form p:nth-child(2){
    padding-top: 40px;
    font-size: 26px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 60px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
}
.wpcf7 form p:last-child {
margin-top: 15px;
    justify-content: center;
}

.wpcf7 label{
    padding-bottom: 5px;
    flex:1;
    font-size: 1.3em;
    font-family: "Minion Pro Regular";
}
.wpcf7 label .wpcf7-form-control-wrap{
    display: flex;
    padding-top: 5px;
}
.wpcf7 input{    width: 100%;
    line-height: 16px;
    height: 30px;
    /* padding: 5px; */
    font-family: "Minion Pro Regular";
}
.wpcf7 label:nth-child(2n){
    padding-left: 10px;
}
.wpcf7 label:nth-child(2n+1){
    padding-right: 10px;
}

.wpcf7 .wpcf7-form-control-wrap textarea{
    width: 100%;
}
@media(max-width:800px){
    .wpcf7 form p{
        flex-direction: column;
    }
}