.wpcf7-form label {
    
    font-size: 18px !important;
  color:#1FA601; 
  font-weight:bold;
    
}
.wpcf7-form{
    background: #000;
    width : 335;
    height: 570px;
    overflow: hidden;
    margin: 20px;
    border: 0px solid #fff;
}
.wpcf7-form h2{
    font-size : 40px;
    text-align: center;
    padding-top: 20px
}
.wpcf7-form input, .wpcf7-form textarea {
    
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    line-height: 16px;
    font-size: 14px;
    width: 335px;
    float: none;
    margin: 0;
}
.wpcf7-form textarea {
    line-height: 16px;
    font-size: 14px;
    height: 100px;
}
.wpcf7-form p{
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 290px;
    padding: 0 0 10px;
    color: #fff;
  
}
.buttons_form {
     padding: 0px;
     height: 30px;
     width: 150px !important;
     
     cursor: pointer;
     color: #6a08a9;
     -webkit-border-radius: ;
     -moz-border-radius: 0em;
     border-radius: 0em;
     
     border: solid 0px #980c10;
     background: #00a900;
     background: -webkit-gradient(linear, left top, left bottom, from(#00a900), to(#00a900));
     background: -moz-linear-gradient(top,  #00a900,  #00a900);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a900', endColorstr='#00a900');
}

@media screen and (min-width: 768px) {
.five-columns.vc_row .vc_col-sm-2 {
float: left;
width: 18.5%;
padding: 0;
margin-right: 1.5%;
min-height: 0;
}
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
margin-right: 0;
}
}

@media screen and (min-width: 768px) {

    .the_five_custom_columns {margin: 0 -5%; }

}