.district-faq-button {
    display: block;
    margin: 30px auto 0;
    padding: 12px 28px;
    border: 0;
    border-radius: 4px;
    background: #003f72;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.district-faq-button:hover,
.district-faq-button:focus {
    background: #002d52;
}