/* BEGIN STYLE CLASSES */
.psc-ProjectBoxButton {
  background-color: #fff;
  border-width: 0px;
  color: #ff6400;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.psc-ProjectBoxButton:active {
  background-color: #fff;
  color: #ff6400;
  font-size: 20px;
  text-align: center;
}
.psc-ProjectBoxButton:hover {
  background-clip: border-box;
  background-color: #fff;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  box-shadow: 0;
  color: #ff6400;
  font-size: 20px;
  opacity: 0.94;
  outline-color: 0;
  outline-style: none;
  outline-width: 0;
  text-align: center;
  stroke-width: 0;
  fill: #fff;
}

.psc-Title {
  color: #111;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.psc-text {
  color: #111;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
