/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 04 2024 | 16:08:05 */
html, body {
  overflow-x: hidden;
}
/*img {
    opacity: 0 !important;
}*/
img[data-lazy-src] {
  opacity: 0;
}
img.lazyloaded {
  transition: var(--transition-opacity-fast);
  opacity: 1;
}
@media (max-width: 992px) {
  .pgc-sgb-cb {
    padding: 0 20px;
  }
}
