/* Messenger is a transversal module, not a seventh department. */
.cortile .team-communication { margin-block:64px;padding:40px;background:var(--sand); }
.cortile .team-communication article { display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start; }
.cortile .team-communication h2 { margin:0;max-width:18ch; }
.cortile .team-communication p { margin:0; }
.cortile .team-communication .team-welcome { margin-bottom:20px;font-weight:600; }
@media(max-width:767px) {
 .cortile .team-communication { margin-block:48px;padding:24px 20px; }
 .cortile .team-communication article { grid-template-columns:1fr;gap:24px; }
}
