.prayer-page .prayer-hero {
  position: relative;
  overflow: hidden;
}

.prayer-page .prayer-hero::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 57, 70, 0.3), transparent 70%);
  pointer-events: none;
}

.prayer-page .prayer-grid .menu-card {
  min-height: 150px;
}

.prayer-page .prayer-grid .menu-card span {
  line-height: 1.4;
}
