.wpcf7 label{
    width: 100%;
    height: 30px;
}
.wpcf7 input, select, textarea{
    width: 100%;
    height: 45px;
    border-radius:5px;
}
.wpcf7 textarea{
    height: 285px!important;
}

.wpcf7-submit{
    width: 200px!important;
    font-size: 14px;
    color: #fff;
    font-family: Poppins,sans-serif;
    line-height: 44px;
    padding: 0 22px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    height: 44px;
    border-radius: 0;
    border: none;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-transition: all .2s linear 0s;
    background-color: #00619c;

}
.wpcf7-submit:hover{
    background-color:#96d032;
}

.d-grid{
    display: grid!important;
    justify-content: center!important;
}
