.heading-section {
  height: 50vh;
  background-image: url('../images/2.jpg');
  background-position: center;
}

.container-narrow {
  max-width: 900px;
  margin: 0 auto;
}

.company-desc, .position-name, .apply, .clause {
  text-align: center;
  margin: 3rem;
}

.position-name {
  font-size: 3rem;
  font-weight: 600;
}

.list-header {
  margin-top: 3rem;
}

.line-list {
  text-decoration: none;
  list-style: none;
}

.line-list li {
  padding-left: 3.5rem;
  position: relative;
  margin: 1rem;
}

.line-list li::after {
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 height: 2px;
 width: 2.5rem;
 background: var(--secondary-color);
}

.apply {
  font-weight: 600;
}

.apply span {
  color: var(--secondary-color)
}