#education-section {
  margin-top: 45px;
}
.education-list {
  display: flex;
  justify-content:space-around;
}
.education {
  margin: 20px;
}
.education h3,h2,
p {
  margin-top: 10px;
  color:#000342;
  font-size: 20px;
}

@media only screen and (max-width: 576px) {
  .education-list {
    flex-direction: column;
  }
}
