.content {
  h2 {
    color: #1e1d1d;
    font-size: 2.5rem;
    font-weight: 500;
    &:not(:first-child) {
      margin-top: 4.5rem;
    }
    
    @media (max-width: 768px) {
      font-size: 2rem;
    }
  }
  
  ul {
    list-style-type: disc;
    margin-block: 1em;
    padding-inline-start: 40px;
  }
}