.FAQLinks {
  display: flex;
  justify-content: flex-start;
  /* Derecha */
  top :100%;
  width: 100%;
  height: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  
}

.FAQ
{
  padding-top: 10%;
  color: rgb(237, 183, 82);
}

.AllLinks
{

  text-decoration: none;
  color: rgb(74,101,94);

}

.ImageIsotipoCont
{

  position: absolute; 
  width: 80px;
}