/* Enter Your Custom CSS Here */

@media(min-width:768px){
.footer--section:nth-child(2){
 padding-right:0 !important;
}
.footer--section:last-child{
 padding-left:0 !important;
}
.footer--section:last-child .inner{
 text-align:left !important;
}
.footer--section:nth-child(2) .wrapper{
 max-width: 300px !important;
 float:right;
}
.footer--section:nth-child(2) .inner{
  text-align:justify !important;
  text-justify: auto;
}
.footer--section:last-child .wrapper{
 max-width: 100% !important;
}
}

.form-fields.form-fields-submit{

}

.form-fields.form-fields-submit input{
  margin:auto;
}