.utc-full-description {
    overflow: hidden;
    transition: height 500ms;
}


#info+.readmore-js-toggle {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #999;
    font-weight: bold;
}

.utc-show-more-link {
    position: relative;
    display: block;

}

.readmore-links {
    color: #313131;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 30px;
    transition: 0.3s;
}

.readmore-links i {
    padding-left: 5px;
}

.readmore-links:hover {
    color: #1b5e53 !important;
}

.utc-show-more-link:after {
    bottom: 100%;
    content: '';
    display: inline-block;
    height: 150px;
    position: absolute;
    right: 0;
    width: 100%;
}


.pricing-column-normal .utc-show-more-link:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(245 242 247) 85%);
}

.pricing-column-accent .utc-show-more-link:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(237 253 253) 85%);
}