div.footer-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    text-align: right;
}
@media (max-width: 768px) {
    .site-footer .container .footer-right {
        text-align:left;
    }
    div.footer-center {
        display: none;
    }
}

#menu-posts-c3-dti-events,
#menu-posts-c3-dti-news {
	display: none;
}
