.competencesicons {
  font-size: 30px;
  margin-top: 30px;
}

.competencestitles {
  font-size: 27px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.squareicons {
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.competencesparagraph {
  font-size: 1em;
  max-width: 280px;
  margin: auto;
  color: #666;
}

.competencesboxes {
  border: 1px solid lightgray;
  transition: 0.5s;
  padding: 20px 15px;
}

.competencesboxes:hover {
  /*border-top-left-radius: 10px;*/
  /*border-bottom-left-radius: 10px;*/
  animation-name: example;
  animation-duration: 0.25s;
  border-left: 3px solid #539c66;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

@media (max-width: 991px) {
  .competencestitles {
    font-size: 20px;
  }
}

