.termos_conteudo{
    width: 90%;
    max-width: 1440px;
    margin: 120px auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.titile_div{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.edit_form_title{
    font-size: 45px !important;
    text-align: center !important;
    font-weight: bold !important;
    margin: 0 !important;
}

.edit_form_subtitle{
    color: #595959 !important;
    font-size: 20px !important;
    text-align: center !important;
    margin: 0 !important;
}

.edit_form_subtitle2{
    color: #595959 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin: 0 !important;
}

.termos_conteudo section{
    flex: 1;

    min-width: 0;
    padding: 30px;
    border: 1px solid #ebebeb;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* subtle shadow */
}

.termos_conteudo h1{
    font-size: 25px;
    text-align: left;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

.termos_conteudo li,
.termos_conteudo p{
    color: #595959;
    font-size: 17px;
    text-align: justify;
    margin: 0;
}

.termos_conteudo p{
    margin-top: 5px;
    margin-bottom: 5px;
}

.termos_conteudo li{
    margin-top: 8px;
    margin-bottom: 8px;
}

.termos_conteudo a{
    text-decoration: none;
    color: #45a423;
}

.table-container h2{
    text-align: center;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 12px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin: 10px auto;
    margin-bottom: 30px;
    max-width: 700px;
}

.price-table thead {
  background-color: #4da92c;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}

.price-table th, 
.price-table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.price-table tbody tr:hover {
  background-color: #f6fff3;
  transition: background-color 0.3s ease;
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

.price-table td {
  color: #272727;
}

.price-table th {
  letter-spacing: 0.5px;
}

.price-table th:nth-child(1),
.price-table td:nth-child(1) {
  width: 30%;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
  width: 30%;
}

.price-table th:nth-child(3),
.price-table td:nth-child(3) {
  width: 40%;
}

.protecao-dados h2,
ol li{
    margin-left: 40px;
}

.protecao-dados p{
  margin-left: 20px;
}

.spacei{
  margin-left: 40px !important;
}

@media (max-width: 400px) {

  .quem-somos li a {
    display: inline-block; /* or block */
    max-width: 150px;
    overflow: hidden;       /* optional */
    text-overflow: ellipsis; /* optional, adds “…” if too long */
    white-space: nowrap;     /* keep text on one line */
  }
}