.child-section {
  padding: 34px;
}

.child-section + .child-section {
  border-top: 1px solid var(--line);
}

.child-section__title {
  margin: 0 0 24px;
  font-size: 22px;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.child-section .field-grid {
  padding: 0;
}

@media (max-width: 640px) {
  .child-section {
    padding: 24px 19px;
  }

  .child-section__title {
    font-size: 18px;
  }
}
