@import url("desktop_header_figma_v3.css");

/* custom.css is loaded later and otherwise restores a box for .col-right. */
@media (min-width: 992px) {
  #header > .header-top .row > .col-right {
    display: contents !important;
  }
}
