.div-block-2 {
  width: 66%;
  height: 500px;
  background-color: #a3a3a3;
}

.grid {
  height: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-block-3 {
  background-color: hsla(0, 0%, 78%, 0.66);
}

.div-block-4 {
  background-color: rgba(117, 205, 255, 0.61);
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.background-video {
  padding: 121px;
}

.div-block-5 {
  width: 250px;
  height: 250px;
  background-color: hsla(0, 0%, 70.7%, 0.3);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #b2ccd8;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.container.full-h {
  height: 100%;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.header-logo {
  width: 154px;
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #415e51;
  font-size: 18px;
  line-height: 24px;
}

.nav-link.w--current {
  color: #415e51;
}

.face-item {
  padding-right: 10px;
  padding-left: 10px;
}

.banner-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 100px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hello-banner.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner-item3 {
  position: relative;
  display: block;
  width: 35%;
  height: 100%;
  max-width: 360px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  margin-top: 40px;
}

.header-social-item {
  display: inline-block;
  width: 30px;
  margin-left: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section.banner {
  margin-top: 50px;
  background-color: #7c9f6d;
}

.full-image {
  width: 100%;
  height: auto;
}

.newsletter-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.faces-box {
  position: absolute;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-field {
  margin-right: 10px;
  border-radius: 5px;
  line-height: 20px;
}

.form-button {
  border-radius: 5px;
  background-color: #4c228a;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.banner-item2 {
  width: 25%;
}

.social-box {
  text-align: center;
}

.newsletter-box {
  position: absolute;
  left: 65%;
  top: 25%;
  width: 30%;
  max-width: 350px;
}

.banner-item1 {
  width: 40%;
}

.imagebox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagebox-wrap.s2 {
  background-image: url('../images/HammerwGrape.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imagebox-wrap.s3 {
  background-image: url('../images/SeedsParty.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.imagebox-wrap.s5 {
  background-image: url('../images/YaelPortrait.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.imagebox-wrap.w6 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.imagebox-wrap.no-offset {
  padding-right: 0px;
  padding-left: 0px;
}

.imagebox-wrap.w4 {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.imagebox-wrap.s4 {
  max-width: 100%;
  padding: 0 0;
}

.imagebox-wrap.s5 {
  max-width: 100%;
  padding: 0 0;
}

.textbox {
  padding-right: 30px;
  padding-left: 100px;
}

.textbox.t4 {
  max-width: 480px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.textbox.t5 {
  width: 100%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.half-item {
  width: 50%;
}

.half-item.box2 {
  background-color: #f0ecf5;
}

.half-item.box7 {
  background-color:#F0ECF5;
}

.half-item.box3 {
  background-color: #AABD93;
}

.half-item.box4 {
  background-color: #496d7e;
}

.half-item.box6 {
  background-color: #f0ecf5;
}

.half-item.box11 {
  background-color: #B2CCD8;
}

.half-item.box12 {
  background-color: #ffffff;
}

.half-item.box8 {
  background-color: #AABD93;
}

.half-item.box9 {
  background-color: #6b98ad;
}

.half-item.box16 {
  background-color: #86328c;
}

.right-container {
  max-width: 960px;
  margin-right: auto;
}

.right-container.full-h {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.texttitle {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #776e81;
  font-size: 40px;
  line-height: 48px;
  font-style: italic;
  font-weight: 700;
}

.texttitle.tiffany {
  color:#464E3A;
}

.texttitle.white {
  color: #fff;
}

.texttitle.green {
  color: #7c9f6d;
}

.texttitle.glue {
  color: #506442;
}

.box10 .texttitle,
.box10 .text-p2 {
  color: #496D7E;
}

.textbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-container {
  max-width: 960px;
  margin-left: auto;
}

.box7 .left-container {
  max-width: 100%;
}

.left-container.full-h {
  height: 100%;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox.h500 {
  height: 500px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-p {
  max-width: 540px;
  font-family: Lato, sans-serif;
  color: #776e81;
  font-size: 18px;
  line-height: 22px;
}

.text-p.tiffany {
  color:#464E3A;
}

.text-p.white {
  color: #fff;
}

.text-p.green {
  color: #7c9f6d;
}

.text-p.white {
  color: #fff;
}

.text-p.gray {
  color: #59676e;
}

.titlebox {
  text-align: center;
}

.imagebox.p4 {
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
}

.overlay-box {
  width: 100%;
  background-color: #f0ecf5;
}

.text-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-half-item {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.text-p2 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.footer {
  background-color: #b2ccd8;
}

.footer-wrap {
  position: relative;
  padding: 20px 60px;
  text-align: right;
}

.footer-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: 0%;
  width: 180px;
  -webkit-transform: translate(0px, -50%) translate(-50%, 0px);
  -ms-transform: translate(0px, -50%) translate(-50%, 0px);
  transform: translate(0px, -50%) translate(-50%, 0px);
  text-align: center;
}

.footer-social-item {
  display: inline-block;
  width: 30px;
  margin-left: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.banner-box {
  position: relative;
}

@media (max-width: 767px) {
  .banner-box {
    padding-bottom: 30px;
  }
}

.banner-image-box {
  width: 100%;
}

.banner-mobile-box {
  display: none;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }

  .header-logo {
    width: 200px;
  }

  .banner-flexbox {
    display: block;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 60px;
    padding-left: 60px;
  }

  .banner-item3 {
    width: 100%;
    max-width: 100%;
  }

  .section.banner {
    height: auto;
    margin-top: 50px;
  }

  .faces-box {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .banner-item2 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .newsletter-box {
    position: relative;
    left: 0%;
    top: 0%;
    width: 100%;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
  }

  .banner-item1 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .imagebox-wrap {
    padding: 0px;
  }

  .imagebox-wrap.w1 {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .imagebox-wrap.s2 {
    height: 350px;
    background-size: cover;
  }

  .imagebox-wrap.s3 {
    height: 350px;
  }
  
  .imagebox-wrap.s5 {
    height: 350px;
    background-size: contain;
  }

  .imagebox-wrap.w7 {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .imagebox-wrap.w6 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .imagebox-wrap.s4 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .textbox {
    padding-right: 0px;
    padding-left: 0px;
  }

  .textbox.t2 {
    margin-right: auto;
    margin-left: auto;
  }

  .textbox.t3 {
    margin-right: auto;
    margin-left: auto;
  }

  .textbox.t5 {
    max-width: 600px;
  }

  .half-item {
    width: 100%;
  }

  .half-item.box1 {
    width: 100%;
  }

  .half-item.box4 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .half-item.box6 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .half-item.box16 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .right-container {
    margin-left: auto;
    padding: 50px 60px;
  }

  .right-container.full-h {
    padding-right: 60px;
    padding-left: 60px;
  }

  .right-container.full-h.no-top-offset {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .texttitle {
    font-size: 30px;
    line-height: 40px;
  }

  .left-container {
    padding: 50px 60px;
  }

  .box7 .left-container {
    padding: 0px 0px;
  }

  .box9 .left-container {
    padding: 20px 0;
  }

  .flexbox.h500 {
    height: auto;
  }

  .footer-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-menu {
    padding-top: 40px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .header-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .banner-flexbox {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header-social-item {
    margin-right: 20px;
  }

  .newsletter-text {
    font-size: 42px;
    line-height: 48px;
  }

  .newsletter-box {
    max-width: 400px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .imagebox-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .imagebox-wrap.s2 {
    height: 300px;
  }

  .imagebox-wrap.s3 {
    height: 300px;
  }

  .imagebox-wrap.s5 {
    height: 300px;
  }

  .right-container {
    padding: 40px 30px;
  }

  .right-container.full-h {
    padding-right: 30px;
    padding-left: 30px;
  }

  .left-container {
    padding: 40px 30px;
  }

  .text-half-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-logo {
    position: relative;
    top: 0%;
    -webkit-transform: translate(0px, 0%) translate(-50%, 0px);
    -ms-transform: translate(0px, 0%) translate(-50%, 0px);
    transform: translate(0px, 0%) translate(-50%, 0px);
  }

  .footer-social-box {
    margin-top: 20px;
    text-align: center;
  }

  .footer-social-item {
    margin-right: 20px;
  }

  .banner-image-box {
    display: none;
  }

  .banner-mobile-box {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

  .header-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header-logo {
    width: 150px;
  }

  .banner-flexbox {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-block {
    margin-top: 20px;
  }

  .newsletter-text {
    font-size: 36px;
    line-height: 42px;
  }

  .newsletter-box {
    padding-bottom: 20px;
  }

  .imagebox-wrap {
    padding: 0px;
  }

  .imagebox-wrap.s2 {
    height: 200px;
  }

  .imagebox-wrap.s5 {
    height: 200px;
  }

  .imagebox-wrap.s3 {
    height: 200px;
  }

  .right-container {
    padding: 30px 20px;
  }

  .right-container.full-h {
    padding-right: 20px;
    padding-left: 20px;
  }

  .texttitle {
    font-size: 24px;
    line-height: 32px;
  }

  .left-container {
    padding: 30px 20px;
  }
}

.box12 .texttitle, 
.box12 .text-p {
  color: #776E81;
}

.box14 .imagebox-wrap {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .half-item.box14 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
}


@media (max-width: 767px) {
  .box14 .imagebox-wrap {
    max-width: 300px;
  }
}

.box13 {
  background: #F2D273;
}

.box13 .texttitle, 
.box13 .text-p {
  color: #000000;
}

.box15 .texttitle, 
.box15 .text-p {
  color: #86328C;
}


.left-container .textbox-wrap {
  justify-content: flex-end;
  padding-right: 80px;
}

.left-container .textbox {
  padding-left: 0;
  padding-right: 0;
  max-width: 550px;
}

@media (max-width: 991px) {
  .left-container .textbox-wrap {
    justify-content: flex-end;
    padding-right: 0px;
  } 

  .left-container .textbox {
    margin-left: 0;
  }
}

#section_roadmap .imagebox {
  display: block;
}

#section_roadmap .imagebox-mobile {
  display: none;
}

@media (max-width: 991px) {
  #section_roadmap .imagebox {
    display: none;
  }
  
  #section_roadmap .imagebox-mobile {
    display: block;
  }  
}

#subForm {
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.js-cm-email-input {
  margin-right: 10px;
    border-radius: 5px;
    padding: 8px 12px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    width: calc(100% - 130px);
}

#subForm button {
  border-radius: 5px;
  background-color: #4c228a;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 17px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-appearance: button;
  padding: 9px 15px;
  width: 110px;
  display: inline-block;
}

.section.blog {
  margin-top: 50px;
  min-height: 90vh;
}

.blog .container {
  max-width: 1020px;
  padding: 100px 20px;
}
.blog .blogFeatureImage {
  max-width: 800px;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .blog .container {
    padding: 80px 20px;
  }
}

@media (max-width: 767px) {
  .blog .container {
    padding: 40px 20px;
  }  
}

h1.blogTitle {
  font-family: Lato, sans-serif;
  font-size: 42px;
  line-height: 48px;
  color: #86328C;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.blogSubtitle {
  font-family: Lato, sans-serif;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  color: #776e81;
  font-size: 24px;
  line-height: 32px;
}

.blog p {
  font-family: Lato, sans-serif;
  color: #776e81;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  h1.blogTitle {
    font-size: 30px;
    line-height: 40px;
  }
  
  .blogSubtitle {
    font-size: 22px;
    line-height: 28px;
  } 
  
  .blog p {
    font-size: 16px;
    line-height: 20px
  }
}
