
#rec2387704491 {
  position: relative;
  overflow: hidden;
}
#rec2387704491::before {
  content: '«';
  position: absolute;
  top: 10px;
  left: 24px;
  font-family: Georgia, serif;
  font-size: 140px;
  color: #6B8F71;
  opacity: 0.13;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
#rec2387704491::after {
  content: '»';
  position: absolute;
  bottom: 10px;
  right: 24px;
  font-family: Georgia, serif;
  font-size: 140px;
  color: #6B8F71;
  opacity: 0.13;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
</style>