.p-section-item:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 599px) {
  .p-section-item:last-child {
    margin-bottom: 70px;
  }
}