.content-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content-sections section {
  font-weight: 300;
}

.content-sections section b {
  font-weight: 500;
}

.content-sections section ul {
  padding-left: 30px;
}