h3 {
    font-size: 32px;
    line-height: 40px;
    color: #009A00;
    text-align: left;
}

.btn-area {
    display: block;
    text-align: center;
}

.btn {
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 20px;
    color: #ffffff:
    font-weight: bold;
    background-color: #009A00;
    border: 3px solid #009A00;
    padding: 15px 48px;
    text-decoration: none;
    margin: 0 auto;
}

.btn:hover{
    background-color: #ffffff;
    color: #009A00;
}

.blue-content {
    background-color: #0099ff;
}

.quote-section .light-gray div {
    padding: 15px;
}

td.intro-block{
 vertical-align:top;
}
.contact-form a{
 
}


