.statementframe {
  background-position: 100% 0;
  background-size: cover;
  box-sizing: border-box;
  height: 570px;
  padding-right: 100px;
  width: 100%;
}
.statementtxtbox {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 100px;
  padding-top: 100px;
}
.statementheadline {
  color: #fff;
  font-family: Crimson Pro, serif;
  font-size: 70px;
  line-height: normal;
  margin-bottom: 40px;
  padding-right: 300px;
}
.buttonprimarymod {
  background-color: #b74654;
  color: #fff;
}
.buttonprimarymod,
.buttonsecondarymod {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  padding: 15px 20px;
  text-transform: uppercase;
}
.buttonsecondarymod {
  background-color: #fff;
  color: #b74654;
}
.statementsubhead {
  color: #fff;
  font-family: Nunito Sans, serif;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 50px;
  padding-right: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 1334px) {
  .statementtxtbox {
    padding-top: 60px;
  }
  .statementheadline,
  .statementsubhead {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .statementframe {
    height: auto !important;
    padding: 0 0 30px;
  }
  .statementtxtbox {
    max-width: none !important;
    padding: 40px 20px 20px !important;
    width: 100%;
  }
  .statementheadline {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .statementsubhead {
    font-size: 16px;
    margin-bottom: 22px;
    padding: 0 !important;
  }
}
