.newsletter-bg {
    padding: 40px 0px 40px 0px;
    background-image: linear-gradient(to right, #47cab0 , #142645);
}
.newsletter p {
    /* padding-bottom: 0px; */
    margin-bottom: 0px;
    line-height: 40px;
	color:#fff;
}
.newsletter button {
    float: right;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #39b48b;
    color: #fff;
}
.newsletter button:hover {
    background-color: #fff;
    color: #000;
}
.newsletter span {
    font-size: 25px;
}