@charset "UTF-8";

#seo + section .content_wrapper {
  position: relative;
  z-index: 1;
}


#seo + section .content_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4); 
  z-index: -1;
}