<style>.about-us-container {
    background: var(--background-color);
}

.about-us-wrapper {
    margin: auto;
    width: 80%;
    padding-bottom: 50px;
}

.tab-heading {
    text-align: center;
    border-bottom: 1px solid var(--border-1-blind-theme-color);
    margin-bottom: 10px;
    color: var(--text-color-light-black);
}

.rti_recieved_responses {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.rti_recieved_responses td,
.rti_recieved_responses th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.rti_recieved_responses td {
    font-size: .8rem;
    color: var(--text-color-light-black);
}

.rti_recieved_responses tr:nth-child(even) {
    background-color: var(--background-color-whitesmoke);
}

.rti_recieved_responses tr:hover {
    background-color: #ddd;
}

.rti_recieved_responses th {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
    text-align: center;
    color: var(--text-color-light-black);
}

.imp-tools-rescs {
    /*   background: var(--background-color-wf);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid var(--border-2-blind-theme-color);
    text-align: right;
    float: right;
    font-size: .6rem;
    margin-bottom: 10px; */
}

.imp-tools-rescs>h3 {
    font-weight: 500;
    text-align: right;
    font-size: .8rem;
}

.section-heading-c-us {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-color-light-black);
    padding: 5px 15px;
    border-bottom: 1px solid var(--border-1-blind-theme-color);
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact-us-hq {
    width: 600px;
    border: 1px solid var(--border-1-blind-theme-color);
    margin: auto;
    background-color: var(--background-color-light-white);
}

.contact-us-details {
    padding: 15px 20px;
    color: var(--text-nav-bar-bg-color);
}

.contact-us-details>h2 {
    font-weight: 400;
    font-size: 1rem;
    padding: 3px 0px;
}

.contact-us-details>h3 {
    font-weight: 400;
    font-size: .8rem;
    padding: 3px 0px;
}

.profile_link {
    text-decoration: underline;
    color: var(--text-nav-bar-bg-color);
}

.pdf-link {
    color: var(--text-color-light-black);
}

.page-link {
    text-decoration: underline;
    color: var(--text-color-light-black);
}

.webpage-link {
    display: block;
    margin-top: 5px;
}

.sub-heading-rti {
    font-weight: bold;
    color: var(--text-theme-color);
}

@media screen and (max-width: 600px) {
    .contact-us-rc {
        grid-template-columns: 1fr;
    }
    .contact-us-hq {
        width: auto;
    }
}

</style>