  .tt-blog-des-pck-slide{
    margin-top:40px;
  }
  /* slide */
  .tt-destination-pack-slide {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
  }

 /* left image block */
  .tt-destination-pack-image {
    width:135px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
  }

  .tt-destination-pack-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* right content */
  .tt-destination-pack-content {
    padding: 15px;
    background:#000;
    width:calc(100% - 135px);
  }

  .tt-destination-pack-content h2 {
    font-size:14px;
    font-weight:700;
    line-height:1.5;
    margin:0 0 8px 0;
    color:#fff;
    height:40px;
    /* two-line clamp */
    display:-webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break: break-word;
  }

  .tt-destination-pack-content strong {
    color: #ff6600;
    font-size: 18px;
    font-weight: 700;
  }

  .tt-destination-pack-content span {
    color: #978f86ff;
    font-size: 12px;
    font-weight: 400;
  }


  