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

    .header-inner {
        padding: 2em;
    }

    .header-inner .logo-img {
        width: 80px;
    }

    .header-inner .logo-img svg {
        max-width: 80px;
    }

    .breadcrumb-list {
        padding: 1em;
    }

    .page-title {
        padding: 1em 0;
    }

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

    footer {
        padding: 2em 0;
    }

    .footer-bottom {
        margin: 0;
    }

    .footer-content, .footer-social {
        text-align: center;
    }

}

@media only screen and (max-width: 1550px) {

    /* Consultations */

    .consultations.offcanvas-button {
        position: sticky;
        margin: 1em 0;
        top: 33px;
    }
}

