<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1920px) {
  div.box-company { width: 700px !important;}
  div.bizcontent  { width: 700px !important;}
}

@media screen and (max-width: 1680px) {
  div.box-company { width: 700px !important;}
  div.bizcontent  { width: 700px !important;}
}

@media screen and (max-width: 1280px) {
  div.box-company { width: 700px !important;}
  div.bizcontent  { width: 700px !important;}
}

@media screen and (max-width: 1000px) {
  div.box-company { width: 100% !important;}
  div.bizcontent  { width: 100% !important;}
  h3 {text-align: left !important;}
}

@media screen and (max-width: 736px) {
  div.box-company { width: 100% !important;}
  div.bizcontent  { width: 100% !important;}
  h3 {text-align: left !important;}
}
</pre></body></html>