.aboutus .cta{
  text-align: left;
  height: auto;
  padding-bottom: 150px;
}

.aboutus .cta img{
  width: 100%;
  background: grey;
  height: 400px;
}

.aboutus .cta h2{
  width: 100%;
  text-align: left;
  font-size: 45px;
  line-height: 45px;
  margin: 20px 0px 20px 0px;
}

.aboutus .cta .right, .aboutus .cta .left{
  margin-top: 0px;
}

.aboutus .cta p{
  width: 100%;
  text-align: left;
  margin: 0px 0px 10px 0px !important;
  font-size: 17px;
  color: black !important;
}

.aboutus .cta ul{
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
}

.aboutus .cta ul li{
  display: list-item;
  width: 100%;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
  display: list-item;
  list-style-type: disc !important;
  text-decoration: inherit;
  font-family: 'Vollkorn', serif;
  list-style-position: outside;
}


.aboutus .cta a{
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  font-size: 17px;
}

@media(max-width: 980px){

  .aboutus .cta{
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 60px;
  }
}
