<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 768px) {
  #title-overlay {
    position: absolute;
    background-color: rgba(53, 76, 161, 0.8) !important;
    padding: 1.5rem;
    min-width: 600px;
    bottom: 2rem; }
    #title-overlay h1, #title-overlay .department-title {
      color: white; } }

@media (min-width: 1200px) {
  #title-overlay {
    max-width: 1140px; } }

@media (min-width: 980px) and (max-width: 1199.98px) {
  #title-overlay {
    max-width: 930px; } }

@media (max-width: 767.98px) {
  #title-overlay {
    padding: 0 15px; } }
</pre></body></html>