.education--button {
  align-items: center;
  background-color: #2247D2;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  margin-top: 15px;
  text-align: center;
  -moz-box-shadow: 9px 9px 20px -16px rgba(0,0,0,0.75);
  -webkit-box-shadow: 9px 9px 20px -16px rgba(0,0,0,0.75);
  box-shadow: 9px 9px 20px -16px rgba(0,0,0,0.75);
  transition: .2s;
  width: 200px;
}

.education--button:hover {
  background-color: rgb(53, 95, 248);
  transition: .2s;
}

.education--container {
  background-position: top;
  background-size: cover;
  border-top: 1px solid rgb(36, 36, 36);
  height: auto;
}

.education--middle-column {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 150px;
  text-align: center;
}

.education--school-logo {
  background-position: center;
  background-size: cover;
  border: 2px solid white;
  border-radius: 50%;
  height: 200px;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 200px;
  -moz-box-shadow: 9px 9px 20px -16px white;
  -webkit-box-shadow: 9px 9px 20px -16px white;
  box-shadow: 9px 9px 20px -16px white;
}

.education--scroll-to-point {
  bottom: 100px;
  position: relative;
}
