#my-skill-sectn{
  color: #222;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#my-skill-sectn div{
  padding: 5% 10%;
  margin: 15% 5%;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.skill-ch{
  border: solid 2px black;
}

.skill-ch span{
  font-size: calc(10px + 1vw);
  border-bottom: solid 2px black;
}

.skill-ch ul{
  list-style-type: none;
  padding-left: 0;
  font-size: calc(8px + 0.7vw);
}