.achievements {
  float: left;
  width: 100%;
}
.achievements p {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  line-height: 28px;
  margin-top: 32px;
}
.achievements ul {
  width: 100%;
}
.achievements li {
  display: inline-block;
  width: 24%;
}
.achievements li img {
  width: 95%;
}
.achievements img {
  margin-top: 20px;
  width: 100%;
}
