.section-form-home {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}

.box-form {
    color: #fff;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}

.content-form-home.box {
    width: 500px;
    max-width: 45%;
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}



.section-form-home .content-form-home p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0 0;
}



.section-form-home h2{
  color:#fff;
  font-size:35px;
  line-height:40px;
  margin-top:0px;
  font-weight:500;
}

{#.section-form-home h2 span{
  color:#C4DD5D;
}#}


.section-form-home.black .content-form-home p{
  color:#000;
}

.section-form-home.black h2{
  color:#000;
}

a.cta-form-home {
    /*background: #C4DD5D;
    border: 1px solid #C4DD5D;*/
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    /*color: #000;*/
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s linear all;
    margin:10px 10px 0 0;
}

/*a.cta-form-home.full:hover {
    background: #00998E;
    border: 1px solid #00998E;
}

a.cta-form-home.outline {
    background: transparent;
    border: 1px solid #C4DD5D;
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    color: #C4DD5D;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s linear all;
    margin:10px 10px 0 0;
}

a.cta-form-home.outline:hover {
    background: #cbee3d;
    border: 1px solid #cbee3d;
    color:#000;
}*/



@media only screen and (max-width: 900px) {

.section-form-home .content-form-home p{
  color:#fff;
  font-size:13px;
  line-height:20px;
}

.section-form-home h2{
  color:#fff;
  font-size:30px;
  line-height:35px;
}
  
.content-form-home.box {
    max-width: 100%;
    margin: 0 auto;
}
  
  .box-form {
    margin-top: 40px;
}
}