.info-wrapper{
    position: relative;
}

.info-text{
    border:1px solid #E2E2E2;
    padding:20px;
    border-radius:10px;
    margin-top:30px;
    max-height:240px;
    overflow:hidden;
    transition:max-height .4s ease;
}

.info-text.open{
    max-height:2000px;
}

.fade-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:80px;

}

.fade-overlay.hide{
    display:none;
}

.read-more{
    text-align:center;
    margin-top:10px;
    cursor:pointer;
    font-weight:600;
    color:#333;
}

.read-more span{
    font-size:14px;
}
