.go-price-on-request {
    color: #2f6b45;
    font-weight: 700;
}

.go-quote-button {
    background: #2f6b45 !important;
    border-color: #2f6b45 !important;
    color: #fff !important;
}

.go-quote-button:hover,
.go-quote-button:focus {
    background: #173d2a !important;
    border-color: #173d2a !important;
    color: #fff !important;
}

.go-quote-button--secondary {
    margin-left: .5rem !important;
    background: transparent !important;
    color: #2f6b45 !important;
}

.go-single-quote {
    margin: 1rem 0;
}

.go-single-quote__note {
    margin: 0 0 .75rem;
    color: #425048;
}
