.statementframe {
  width: 100%;
  height: 570px;
  background-size: cover;
  background-position: top right;
  padding-right: 100px;
  box-sizing: border-box;
}
.statementtxtbox {
  max-width: 1440px;
  padding-left: 100px;
  padding-top: 100px;
  margin: 0 auto;
  box-sizing: border-box;
}
.logobox {
  width: 219px;
}
.statementheadline {
  font-family: "Crimson Pro", serif;
  font-size: 70px;
  margin-bottom: 40px;
  padding-right: 300px;
  color: #fff;
  line-height: normal;
}
.statementsubhead {
  font-family: "Nunito Sans", serif;
  font-size: 24px;
  margin-bottom: 50px;
  padding-right: 300px;
  color: #fff;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .statementframe {
    padding: 0 0 30px 0;
    height: auto !important;
  }
  .statementtxtbox {
    width: 100%;
    padding: 60px 20px 20px 20px !important;
    max-width: none !important;
  }
  .statementheadline {
    font-size: 26px;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .statementsubhead {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 !important;
  }
}
