.box-area .content{
    /* height: 170px;
    overflow: hidden; */
    position: absolute;
    height: 170px;
    overflow: hidden;
    top: 43px;
    padding: 0px 26px;
}

.box-area{
    /* height: 375px; */
    height: 375px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-end;
}

.box-area-footer{
  position: absolute;
    bottom: 10px;
}

.box-area h5{
  margin-top: 0px;
}


  .more-link {
    display: none;
    position: absolute;
    top: 235px;
    cursor: pointer;
  }
  