.cfct-plain-text, .rb-tout p {
  font-size: 14px;
  color: #191919;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.cfct-plain-text p, .rb-tout p p {
  margin: 0 0 10px 0;
}

.page-wrap {
  max-width: 1060px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
}

.section-title {
  font-size: 26px;
  line-height: 1em;
  font-weight: normal;
  margin: 0 0 20px 0;
}

.rb-tout {
  margin-bottom: 20px;
}
.rb-tout .tout-img {
  overflow: hidden;
  padding-bottom: 55.222%;
  margin-bottom: 15px;
  height: 0;
  display: block;
}
.rb-tout img {
  height: auto;
  max-width: 100%;
  width: 100%;
  display: block;
  -ms-interpolation-mode: bicubic;
  image-rendering: -webkit-optimize-contrast;
}
.rb-tout .post-title {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
.rb-tout .post-title i {
  font-weight: 600;
}
.rb-tout .post-title em {
  font-weight: 600;
}
.rb-tout p {
  margin: 0;
  color: #9ea7a9;
  font-size: 14px;
}
.rb-tout ul.call-to-action {
  margin: 10px 0 0 10px;
  padding: 0;
  list-style: inside;
}

.box-tout {
  position: static;
  -webkit-backface-visibility: hidden;
}

@media only screen and (max-width:767px) {

  .rb-tout {
    margin-bottom: 5px;
  }

}