/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 19:58:48 */
#my-container-1 {
  position: relative;
  box-sizing: border-box;
}

#my-container-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 78px;
  height: 629px;
  background-image: repeating-linear-gradient(
    135deg,
    #E9ECF2,
    #E9ECF2 1px,
    transparent 1.5px,
    transparent 6px
  );
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1358px) {
  #my-container-1::after {
    display: none;
  }
}
