.ps-h0:hover {
  color: #12160F !important;
}
.ps-h1:hover {
  background: #E6F2E8 !important;
  transform: translateY(-1px) !important;
}
.ps-h2:hover {
  background: #22291F !important;
  transform: translateY(-1px) !important;
}
.ps-h3:hover {
  background: rgba(18,22,18,.06) !important;
  transform: translateY(-1px) !important;
}
.ps-h4:hover {
  background: #EEF5EF !important;
}
.ps-h5:hover {
  background: #22291F !important;
  transform: translateY(-2px) !important;
}

@keyframes psFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes psFadeRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes psFadeRiseUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }