/* Mons Group's cool, minimal palette: no warm brown or sand tones. */
.misheng-card { background: #e7ebf2; }
.misheng-art > span:first-child { border-color: #b8c2d2; }
.publishing-art > span:nth-child(1) { background: #c9d4e8; }
.publishing-art > span:nth-child(2) { background: #f5f7fb; }
.publishing-art > span:nth-child(3) { background: #c5c1df; }
.feature-grid .mark-line { border-color: #e4e8ef; }
.feature-grid .line-two { background: #e4e8ef; }
.feature-grid .line-three { border-color: #e1e1ef; }
.footer-company { display: flex; align-items: center; }
.footer-contact { justify-self: end; text-align: right; }
.footer-contact > a { font-size: 11px; font-weight: 600; }
.footer-contact > a:hover { color: #5f6d8c; }
.footer-contact p { margin: 7px 0 0; color: #81817e; font-size: 11px; }
.footer-contact address { margin-top: 5px; color: #81858f; font-size: 10px; font-style: normal; line-height: 1.45; }
@media (max-width: 700px) { .global-perspective { width: min(100% - 32px, 1120px); margin-bottom: 26px; font-size: 8px; }.footer-contact { justify-self: start; text-align: left; } }
