.custom-p {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  font-size: 50px;
  width: 70%;
}

.custom-p:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
