/* home-about-textbox
======================== */

.home-about-textbox {
  width: 60%;
  padding: 5em;
  outline-offset: -2.75em;
  margin-left: -2.5%;
  text-align: justify;
  top: 0em;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.home-about-textbox h1 {
  position: absolute;
  top: 1.2rem;
  padding: 0 .6em;
  left: 3.5rem;
  transform: translateX(0);
}

.home-about {
  position: relative;
  border-top: 5px solid #4d53a1;
  max-width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right;
  padding-bottom: 10em;
}

@media (max-width: 900px) {

  .home-about-textbox {
    padding: 4.3em 2em;
    width: 100%;
    margin-left: 0;
    outline-offset: -0.5em;
    position: relative;
    text-align: justify;
    box-shadow: none;
  }

  .home-about-textbox h1 {
    left: 50%;
    transform: translateX(-50%);
    top: .85em;
    padding: 0 .25em;
    width: 80%;
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
  }

  .home-about {
    z-index: 2;
  }

}
