.p-title {
  margin-bottom: 3rem;
  padding: 1rem;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
  background-color: #ff1f75;
  color: #fff;
  text-align: center;
}
.p-title span {
  margin-bottom: 0.6rem;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}