@media screen and (max-width: 768px) {
    main {
        padding: 15px;
    }

    header {
        padding: 2em 0;
    }

    .header-inner {
        padding: 2em;
    }

    .header-inner .logo-img img {
        max-width: 100%;
    }

    .breadcrumb-list {
        padding: 0 1em;
    }

    #btn_search_representations, #btn_search_form_responses, .table-of-contents-btn {
        margin-bottom: 2px;
    }

    .footer-bottom {
        margin: 0;
    }

    .footer-logo, .footer-content, .footer-social {
        text-align: center;
        margin-bottom: 1em;
    }

    .footer-social .list--social-links .list__item {
        width: 3rem;
        display: inline-block;
    }

    .footer-social .footer-social--icons .list--social-links .list__link {
        height: 3rem;
    }

    .footer-content {
        font-size: 13px;
    }

    .footer-logo img {
        width: 13.5rem;
    }
}
