
/********* Toggle Text **********/
.read-text-content{
    overflow: hidden;
    max-height: none;
    height: 200px;
    transition: height .4s cubic-bezier(.785,.135,.15,.86);
}
.read-text-content.active{
    height: 500px;
}
.btn-readmore {
    font-size: 1.2rem;
    color: #201c1e;
    text-decoration: none;
    margin: 1.75rem 0;
    display: block;
}

.btn-readmore:hover{
    color: #66c1bf;
}
.hide {
    display: none;
}
