.quote {
  overflow:hidden;
  padding:120px 0px;
  position:relative;
  font-family: sans
  font-family:inherit;
}
.quote__background {
  background-size:cover;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:-1;
  background-repeat:no-repeat;
  background-position: 50% 0;    
  transition: 0s linear;
  transition-property: background-position;
}
  

.quote--parallax {
  background-attachment:fixed;
}

.quote__wrapper {
  z-index:10;
  max-width:1220px;
  margin:0 auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}


.quote__body {
  color:#000000;
  font-size:4vw;
  line-height:1.2;
  text-align:center;
}



.quote__body:before, .quote__body:after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 1.2;
  font-size: 4vw;
}

.quote__body:before {
  content: '\201C';
  margin-right: 4px;
  margin-left: -8px;
}

.quote__body:after {
  content: '\201D';
  margin-left: 4px;
  margin-right: -8px;
}


.quote__author {
  font-size:24px;
  color:#666666;
  padding-bottom:60px;
}


.quote__author:before {
  content:'';
  display:block;
  width:25px;
  height:3px;
  border-top:3px solid #666666;
  margin:0 auto;
  padding-bottom:15px;
}

.quote__logo {
  max-width:25%;
}


@media screen and (min-width: 1200px) {
  .quote__body {
     font-size: 48px;
  }
}

.quote {
  padding: 120px 0 120px;
}

.quote__qoute__logo {
  text-align: center;
  margin: 0 0 40px;
}

@media (max-width: 576px) {
  .quote__qoute__logo {
    margin: 0 0 30px;
  }
}

.quote__wrapper {
  max-width: 1200px;
}

.quote__wrapper .quote__inner .quote__body {
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  font-weight: 400;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .quote__wrapper .quote__inner .quote__body {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
}

.quote__wrapper .quote__inner .quote__body:before, .quote__wrapper .quote__inner .quote__body:after {
  content: none;
}

.quote__wrapper .quote__author {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 400;
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .quote__wrapper .quote__author {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.quote__wrapper .quote__author:before {
  padding-bottom: 38px;
}