@import url("https://fonts.googleapis.com/css?family=Rubik&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

p, h1, h2, h3, h4, h5, h6, a, blockquote {
  text-rendering: optimizeLegibility; }

section, main, aside, header, footer, article {
  display: block; }

body {
  background-color: #EBEAEF;
  padding: 40px; }
  @media (max-width: 1000px) {
    body {
      padding: 0; } }
  body .row-1, body .row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  body .book-div {
    -webkit-box-flex: .75;
    -ms-flex: .75;
    flex: .75; }
  body .text-div {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    padding: 20px; }
    body .text-div blockquote {
      margin: 0 150px; }
    @media (max-width: 1000px) {
      body .text-div {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
        padding: 0; } }
  @media (max-width: 1000px) {
    body .row-1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  body .row-2 {
    margin-top: 40px; }

* {
  font-family: 'Rubik', sans-serif;
  color: #333; }

h2 {
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-top: 20px;
  letter-spacing: 5px; }

blockquote {
  font-size: 18px;
  padding: 20px;
  text-transform: uppercase;
  color: #0094BC; }
  blockquote span {
    font-style: italic;
    font-weight: bold;
    color: black; }

h3 {
  text-align: center;
  font-size: 30px;
  padding: 20px 0;
  color: #333;
  text-transform: uppercase; }

img {
  max-width: 95%;
  display: block;
  margin: 0 auto; }

.corporate-logo {
  text-align: center;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }
  @media (max-width: 1000px) {
    .corporate-logo {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      margin: 20px; } }
  .corporate-logo img {
    max-height: 75px;
    margin-top: 20px; }

body.aweber {
  background-color: #EBEAEF; }

.message {
  text-align: center;
  padding: 20px;
  font-size: 30px; }

.main-wrap-aw .book-div img {
  max-height: 600px;
  max-width: 100%; }
