
/*-----------------  SKILLS  -------------------*/

.container_skills{
  display: grid;
  grid-gap: 40px;
  max-width: 1240px;
  margin: 80 auto 70px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.skills_colums ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.skills_colums li {
  font-family: 'PlusJakartaSans-Light', sans-serif;
  font-size: 1em;
  margin: 10px auto;
}

.skills_colums li.with_dots {
  white-space: nowrap;
}

.skills_colums ul li p{
  display: inline-block;
  margin: 0;
}

.container_dots {
  width: 50px;
  height: auto;
  display: inline-block;
  margin-left: 10px;
}

.dots {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
}

.container_skills_title{
  align-items: center;
  margin-top: 60px;
 
}
.container_skills_title h1,
.container_skills_title h4{
  margin: 0;
}

.container_skills_title h4{
	font-family: 'PlusJakartaSans-Regular', sans-serif;
}

.container_subcontainer_skills h2{
  margin: 0;
}

.skills_title{
	margin-bottom: 20px;
}