.travel-package-terms {
  //margin-top: 30px;
  p, li {
    font-size: 14px;
    @media (min-width: $grid-float-breakpoint) {
      font-size: 16px;
    }
  }
  .not-included {
    padding-left: 15px;
    li {
      list-style: disc;
      margin-bottom: 10px;
    }
  }
  .small-text {
    font-size: $font-size-base;
  }
  /* Ver mas */
  .dst-ctnr-showmore {
    max-height: 5000px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.8s;
  }
  .viewMore_desc_cont {
    max-height: 100px;
    + .viewMore_desc_link {
      position: relative;
      &:before {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
        display: block;
        content: "";
        height: 50px;
        position: absolute;
        top: -50px;
        width: 100%;
        z-index: 10;
      }
    }
  }
  .dst-show-more, .dst-show-less {
    padding: 10px 0;
    display: block;
    font-size: 14px;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: $screen-sm-min) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: $screen-md-min) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: $screen-lg-min) {

}