.educationItem {
  width: 70%;
  margin: 0 auto;
  margin-top: 4em;
}

.educationItem h1 {
  color: #eb7f7f;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

.educationItem img {
  max-width: 100% !important;
  height: auto;
}

.backLink {
  display: inherit;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.backhome {
  color:white;
  background:#f09683;
  border:none;
  border-radius:30px;
  padding:.6rem 2rem;
  text-decoration:none;
  outline: none;
}

.backhome:hover {
  background:#e25555;
}

.fa-angle-right, .fa-angle-left {
  vertical-align: middle;
  color: lightgrey;
  font-size: 5rem;
}

.educationItem p {
  word-wrap: break-word !important;
  height: auto;
}

iframe {
  max-width: 70vw !important;
}
@media screen and (max-width: 420px) { 
  .educationItem h1 {
    font-size: 1.6em !important;
  }
  .educationItem {
    margin-top: 2em !important;
    width: 80% !important;
  }
  iframe {
    max-width: 80vw !important;
    width: 100% !important;
    height: auto;
  }
}
