#contentSEO {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    text-align: justify;
    color: #818180;
    font-size: 0.8rem;
    font-weight: 400;
  }
  
  #contentSEO h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #818180;
  }
  
  #contentSEO h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #818180;
  }
  
  #contentSEO h4 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #818180;
  }
  
  #contentSEO a {
    text-decoration: underline;
    cursor: pointer;
    color: #818180;
    font-weight: 400;
  }
  
  #contentSEO a strong {
    font-weight: 600;
  }
  
  #contentSEO ul {
    padding-left: 1rem;
    list-style-type: disc;
  }
  
  #contentSEO ul li a {
    font-weight: 600;
  }