.content-collapse {
	display: block;
    position: relative;
	overflow: hidden;
    margin-bottom: 1rem;
}

.content-collapse:not(.show) {
	max-height: 140px;
}

/* .content-collapse:not(.show)::after {
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, .2);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
} */

.content_collapse__wrapper {
    text-align: center;
}

.content_collapse__btn {
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Open Sans';
    color: #52AA44;
    text-decoration: underline;
}