h1{  
  min-width:1024px; 
  text-align:center;
  font-size:3.5rem;
  color:#255f5a; 

}
.suporte-conteudo{
  display:flex;
  justify-content:center;
  alig-items:center;
  min-width:1024px;  
 
}
.suporte-titulo{
  width:400px; 
  margin-top:170px; 
  font-size:2rem;
  color:#255f5a;
  
}

.suporte-conteudo img{
  width: 600px;
}
.suporte-paragrafos{
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-weight: lighter;
  color:gray;

}
.suporte-paragrafos p{
  margin:0 auto;
  width:1204px;
  font-size:18px;
  padding:15px;  
  
}

.suporte-tabela{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:30px; 
}

.suporte-tabela h3{
  margin:50px;
  font-size:2rem;
  padding:30px;
   color:#255f5a;
}

.suporte-tabela li {
  font-size:1rem;
  list-style:none;  
  line-height: 2.5;
  color:gray;
  list-style-type: circle;
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.suporte-paragrafos {
  animation: fadeIn 0.6s ease-out forwards;
}
.suporte-tabela {
  animation: fadeIn 0.6s ease-out forwards;
}


