#introduction {
  margin-bottom: 20px;
}

#introduction img {
  width: 100%;
  margin-bottom: 20px;
  max-height: 300px;
  width: auto;
}

#introduction .bannertext {
  font-size: 50px;
  line-height: 50px;
  border-left: 20px solid #64c8c8;
  border-left: 20px solid #8a82d6;
  padding-left: 20px;
  margin-bottom: 10px;
  font-family: Helvetica;
  font-weight: bold;
  border-right: 20px solid #64c8c8;
  border-right: 20px solid #8a82d6;
  padding: 10px 0 10px 20px;
  letter-spacing: -0.1px;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#introduction .bannersubtitle {
  display: block;
  font-size: 25px;
  line-height: 25px;
}

@media screen and (min-width: 768px) {
  #introduction .bannertext {
    font-size: 70px;
    line-height: 70px;
  }

  #introduction .bannersubtitle {
    display: block;
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1200px) {
  #introduction .bannertext {
    font-size: 80px;
    line-height: 80px;
  }

  #introduction img.bannerimage {
    /*width: 843px;
            margin-left: -20px;*/
    margin: 0 auto;
    max-width: unset !important;
  }
}