.TextPresentation {
  margin: 80px auto 60px;
  max-width: 800px;  
  padding: 0 30px;       
  text-align: left;
  border-bottom: 1px solid #0000001e;   
}

.TextPresentation h1 {
  max-width: 30ch;
  margin: 0;
  font-size: 36px;
}

.TextPresentation h2 {
  max-width: 20ch;
  padding: 6px;
  background-color: #85a7a46c;
  color: #85a7a4bd;
  border-radius: 12px;
  font-size: 12px;
  text-align: center;
}

.TextPresentation p {
  color: #818080c7;
  margin: 10px 0 18px 0;
  max-width: 60ch;
  font-size: 24px;
}


/* =========================
   2. DIVS TEXT
========================= */
.Wrapper{
  padding: 0 30px;
}

.TextDiv{
  margin: 0 auto 30px;
  max-width: 800px;
  padding: 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.087);
  border-radius: 12px;
}

.TextDiv #title{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 28px;
}

.icon-file {
  width: 20px;
  margin-top: 4px;
  height: 20px;
  color: #2a2f3a;
}

.TextDiv p{
  color: rgb(42, 47, 58);
  font-size: 22px;
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word; 
}


strong {
  font-weight: bolder;
  color: rgb(0, 0, 0);
}
