/* START_SECTION:slogan (INDEX:540) */
.shpTxtSec {
  padding: 2rem;
  background-color: #f9f9f9;
}
.shpTxtSec__inner-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.shpTxtSec__body {
  font-size: 34px;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .shpTxtSec__body {
    font-size: 24px;
    line-height: 1.2;
  }
}
/* END_SECTION:slogan */
