.program-detail {
  display: flex;
  justify-content: center;
  min-height: 100%;
}

.program-card {
  border-radius: 48px;
  padding: 60px 48px;
  width: 100%;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.program-card h3 {
  font-size: 40px;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #1d2b57;
  text-align: center;
}

.program-card p {
  font-size: 22px;
  line-height: 1.7;
  color: #1d2b57;
  text-align: center;
  margin: 0;
}

.program-badge {
  position: absolute;
  top: -22px;
  right: 40px;
  background: #ef4444;
  color: #fff;
  padding: 14px 28px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
}

.program-detail.lift:hover{
  box-shadow: none !important;
}