.section-full-width-landing {
  position: relative;
  background: #F1F1F1;
  padding: 100px 0;
}
.section-full-width-landing p {
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  color: #363636;
}
.section-full-width-landing img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-full-width-landing .alignleft {
  float: left;
  padding: 0 20px 20px 0;
}
.section-full-width-landing .aligncenter {
  margin: 0 auto;
}
.section-full-width-landing .alignright {
  float: right;
  padding: 0 20px 20px 0;
}
.section-full-width-landing h4 {
  margin-top: 0;
}
.section-full-width-landing ul li, .section-full-width-landing ol li {
  font: 400 15px "Roboto", sans-serif;
  color: #363636;
  line-height: 30px;
}
.section-full-width-landing table {
  width: 100% !important;
  font: 400 15px "Roboto", sans-serif;
  color: #363636;
  line-height: 30px;
}
@media (max-width: 768px) {
  .section-full-width-landing img {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .section-full-width-landing ul li, .section-full-width-landing ol li {
    font: 400 15px "Roboto", sans-serif;
    line-height: 1.8;
  }
}