.ndp-body{
  background: #e8d2c5;
}

.flyer{
  padding-top: 10px;
}

.flyer-block{
  padding: 22px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);

  text-align: center;
}

.flyer-h1{
  margin: 0 0 18px 0;
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  font-style: normal;
  color: rgba(53, 51, 51, 0.92);
  position: relative;
  text-align: center;
}

.flyer-h1::after{
  content:"";
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:-12px;
  width: min(70%, 420px);
  height:1.5px;
  background: rgba(255,255,255,0.22);
}

.flyer-block p{
  margin: 0 auto 16px auto;
  color: rgba(53,51,51,0.92);
  line-height: 1.6;
  font-size: 1.50rem;
  max-width: 72ch;
}

.flyer-actions{
  display:flex;
  justify-content: center;
  gap:12px;
  flex-wrap:wrap;
  margin-top: 12px;
}
