.w_text {
  font: 14px/1.57142 Arial, sans-serif;
  /*
  .wt-btn{
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #7bba2a;
    outline: none;
    margin: 20px 0 30px 0;
  }
  .wt-btn:hover{
    color: #6ea527;
    text-decoration: none;
  }
  */
}
.w_text .wt-content {
  position: relative;
  margin-bottom: 50px;
}
.w_text .wt-content p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 15px;
}
.w_text .wt-content h2:first-child {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.w_text .wt-content h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
}
.w_text .wt-content ul, .w_text .wt-content li {
  list-style: revert;
  margin: revert;
  padding: revert;
}

/*
.w_text.close{
  .wt-content{
    height: 300px;
    overflow: hidden;
  }
  .wt-content:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-image: linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%, #fff 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%, #fff 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%, #fff 100%);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%, #fff 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%, #fff 100%);
  }
  .wt-btn .open{
    display: none;
  }
}
.w_text.open{
  .wt-btn .close{
    display: none;
  }
}
*/

/*# sourceMappingURL=w_text.css.map */
