/* Lets Talk and Form Style Sheet */
#lets-talk{background-image: linear-gradient(to bottom right, #28812a, #31ab32);
    padding: 0px 0px 40px 0px;
}
#lets-talk .form-include {
    width: 80%;
    margin: auto;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px 90px;
}
#lets-talk h2{
    font-size:46px;
    text-align:center;
    line-height: 53px;
    color: #ffffff;
    padding: 20px 0px 20px 0px;

}