.ce-gallery .ce-row {
    display: flex;
}
.ce-gallery .ce-row .ce-column {
    margin-right: 2.5rem;
}

.ce-gallery .ce-row .ce-column:last-child {
    margin-right: 0;
}

.iflproject_imgwrap a:after {
    content: none !important;
}
.footer_menu-right_twitter {
    margin-top: 3rem;
}
.footer_menu-right_twitter a {
    display: flex;
    align-items: center;
}
.footer_menu-right_twitter img {
    width: 40px;
    margin-right: 15px;
}
.results-pub-links p {
    margin-bottom: 0;
}
.results-pub-links p a {
    text-transform: lowercase !important;
}
@media screen and (min-width: 768px) and (max-width: 990px) {
    .ce-left .ce-gallery {
        float: none;
    }
}

@media screen and (max-width: 500px) {
    .ce-left .ce-gallery {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .footer_menu-right_twitter {
        margin-top: 0;
        margin-bottom: 3rem;
    }
    .footer_menu-right_twitter a {
        justify-content: center;
    }
    .page_footer_bottom {
        padding-top: 1rem;
    }
}
