.education {
  margin-top: 20px;
  padding: 0 200px;
}
.education-title {
  height: 150px;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
.education h4 {
  font-weight: bold;
}
.education p {
  text-indent: 2em;
}
.education-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
