form#webform-submission-contact-node-1-add-form {
    /* margin-top: 30px; */
    margin: 30px;
    padding-top: 50px;
    /* display: flow-root; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
}


.confirm_msg {
  padding:50px;
}

div#edit-processed-text {
    margin-bottom: -100px;
}
  
div#edit-processed-text p {
    display: inline;
    color: #20c252;
    font-size: 27px;
    line-height: 27px;
    font-weight: bold;
    margin: 0 10px 10px 10px;
}

div#edit-processed-text .col-md-4 {
margin: 0 0 0 -150px;}




@media screen and (max-width: 360px){
  div#edit-processed-text {
    margin-bottom: 0;
    text-align: center;
}

div#edit-processed-text .col-md-4 {
    margin-bottom: 10px;
   }
 
}
@media screen and (max-width: 480px){
  
 div#edit-processed-text {
    margin-bottom: 0;
    text-align: center;
}

div#edit-processed-text .col-md-4 {
    margin-bottom: 10px;
   }
}
@media screen and (max-width: 640px){
div#edit-processed-text {
    margin-bottom: 0;
    text-align: center;
}

div#edit-processed-text .col-md-4 {
    margin-bottom: 10px;
   }
}
@media screen and (max-width: 767px){
    div#edit-processed-text {
    margin-bottom: 0;
    text-align: center;
}

div#edit-processed-text .col-md-4 {
    margin-bottom: 10px;
   }
}
@media screen and (max-width: 800px){
  
  div#edit-processed-text {
    margin-bottom: 0;
    text-align: center;
}

div#edit-processed-text .col-md-4 {
    margin-bottom: 10px;
   }
  
  
}

@media screen and (max-width: 980px){
    
  div#edit-processed-text {
    margin-bottom: 0;
    text-align: center;
}

div#edit-processed-text .col-md-4 {
    margin-bottom: 10px;
   }
}
   
    /* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
   div#edit-processed-text {
    margin-bottom: 0;
    text-align: center;
}

div#edit-processed-text .col-md-4 {
    margin-bottom: 10px;
   }
  
}

