.card
{
    width: 100%;

  
  

}

.expandmorecontent{
    height: 506px;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
    position: relative;
    text-align: justify;
    padding: 2px;
}
.expandmorecontent.expand-active{
    height: auto;
    transition: height 0.5s ease-in-out;
}
.expandmoreHolder{
    padding: 15px;
    text-align: center;
}
.btn-expand-more{
    cursor: pointer;
   
    display: inline-block;
}