  /*! Place your custom styles here */

  /* Lists */
  .list-display li {
    margin-bottom:.4rem;
    font-size:1.3rem;
  }
  .list-checkmarks {
    padding-left:1.5rem;
  }
  .list-checkmarks li {
    list-style-type:none;
    padding-left:1rem;

  }
  .list-checkmarks li:before {
  font-family: 'Material Icons';
  font-size:1.3rem;
  font-weight: bold;
  content: "thumb_up";
  margin:3px 10px 0 -28px;
  color: purple;
  }

  .color--purple {
    color: purple;
  }

.btn__text .power--up{
  font-size:1.6em;

}

@media all and (max-height: 728px) {
    .imageblock > .container,
    .imageblock > div[class*='col-']:not(.imageblock__content) {
      padding-top: 2.31428571em;
      padding-bottom: 3.71428571em;
    }

        h1,.h1 {
          font-size: 3.7em;
          font-weight: 500;
        }

}
