.hobbiesSkills {
  padding: 0 15.2rem;
  background: #f5f5f5;
}

.skills .tituloPrincipal,
.hobbies .tituloPrincipal {
  padding: 3.2rem 0rem;
  text-align: center;
  margin-bottom: 0;
}

.icone {
  width: 2.8rem;
  height: 3.7rem;
}

.icone img {
  width: 100%;
}

.nomeSkill,
.nomeHobbie {
  color: #464646;
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 0.8rem;
}

.listaSkills,
.listaHobbies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.itens-skills,
.itens-hobbies {
  width: 17.6rem;
  height: 17.4rem;
  background-color: #ffffff;
  margin-bottom: 5.6rem;
  transition: all 0.3s;
}

/* .itens-skills:hover,
.itens-hobbies:hover {
} */
.itens-hobbies {
  margin-bottom: 8.8rem;
}

.conteudoItem {
  margin-top: 9.4rem;
  margin-left: 1.6rem;
}

@media screen and (max-width: 768px) {
  .hobbiesSkills {
    padding: 0 3.2rem;
  }

  .listaSkills,
  .listaHobbies {
    justify-content: flex-start;
    margin-right: 1.6rem;
  }
  .itens-skills,
  .itens-hobbies {
    width: 19.4rem;
    height: 10.8rem;
    margin-right: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .itens-skills:nth-child(3n),
  .itens-skills:last-child,
  .itens-hobbies:nth-child(3n),
  .itens-hobbies:last-child {
    margin-right: 0;
  }

  .conteudoItem {
    margin-top: 3.8rem;
  }
}

@media screen and (max-width: 425px) {
  .listaSkills,
  .listaHobbies {
    justify-content: space-between;
    margin-right: 0rem;
  }

  .itens-skills,
  .itens-hobbies {
    width: 13rem;
    height: 11rem;
    margin-bottom: 3.2rem;
  }

  .itens-skills:nth-child(2n),
  .itens-hobbies:nth-child(2n) {
    margin-right: 0;
  }

  .itens-skills:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .itens-hobbies:last-child {
    margin-right: 0;
  }
  .conteudoItem {
    margin-top: 3.8rem;
  }
}
