<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Medium Screen Only */
@media (max-width:992px) and (min-width:601px) {
  .top-container-inner .first-top &gt; div,
  .top-container-inner .second-top &gt; div,
  .top-container-inner .third-top &gt; div,
  .main-container-inner .first-sidebar &gt; div,
  .main-container-inner .w3css-content &gt; div,
  .main-container-inner .second-sidebar &gt; div,
  .bottom-container-inner .first-bottom &gt; div,
  .bottom-container-inner .second-bottom &gt; div,
  .bottom-container-inner .third-bottom &gt; div,
  .bottom-container-inner .forth-bottom &gt; div,
  .footer-container-inner .first-footer &gt; div,
  .footer-container-inner .second-footer &gt; div,
  .footer-container-inner .third-footer &gt; div,
  .footer-menu-inner &gt; div {
    padding: 10px !important;
  }

}
</pre></body></html>