.widget-snippet .text-content {
    width: 100%;
    background: #8fb63e;
    padding-top: 111px;
    padding-bottom: 107px;
    margin-top: -1px;
}
.widget-snippet .text-area{
  max-width:839px;
  margin:0 auto;
}
.widget-snippet .text-area h1 {
    color: white;
    margin-bottom: 48px;
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    
}
.widget-snippet .text-area p {
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
    font-family: Helvetica Neue;
}

.widget-snippet .text-area a {
    text-decoration:underline;
    color: white;
    font-size: 18px;
    font-family: Helvetica Neue;
}
.widget-snippet .text-area a:hover {
    color: white;
  text-decoration:none;
    
}
.widget-snippet .text-area a:focus {
    color: white;
    
}
body.widget-snippet .text-area {
    padding: 25px;
}
