.headerThree {
    padding: 50px 0;
}
.headerThree .header {
    text-align: center;
}
.headerThree .header h2 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}
.headerThree .header p {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.headerThree.bottom {
    background: #2D820D;
}
.headerThree.bottom .content h3 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 40px;
}
.headerThree.bottom .content p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.048px;
}

.headerThree.bottom a{
    color: #fff;
}