.procert-background {
  background:
    url("../procert/background_procert_dots.svg") no-repeat center center,
    /* linear-gradient( 135deg, #fefdfc 50%, #f1eeeb 100% ); */
    linear-gradient( 135deg, #f1eeeb 40%, #dfdfdf 90% );
    
  background-size: contain;
}

.procert-card {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out; /* From Fugu */
}

.procert-card-transition:hover {
  transform: translateY(-7px); /* From Fugu */
  box-shadow: 0 5px 30px #696969BE; /* From Fugu */       
}

.procert-card-container::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 96px;
  height: 6px;
  background-color: #DC0000;
  border-radius: 64px 0 0 0; 
}

.procert-header-menu-text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 13px;
  padding-left: 10px;
}

.procert-vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);  /* optional for bottom-to-top */
  white-space: nowrap;
}

.popover.tour-tour {
  max-width: 500px !important;
}
