.form-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin-bottom: 15px !important;
}

.form-col {
  flex: 1;
  min-width: 200px;
}
.form-col p {
    margin-bottom: 0;
}
.form-full {
    width: 100%;
}
.form-col input, .form-area textarea {
    border-top: 0  ;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 15px;
    font-size: 18px;
    font-family: 'Montserrat';
}
.form-area textarea {
    max-height: 130px;
}
.form-btn input {
    border: none;
    font-weight: 500;
    width: 80%;
}

@media(max-width: 1790px){
  
  .title-astyle .elementor-widget-container {
      margin: 67px 0px 0px -176px !important;
  }
  
}
