.hide-content {
    overflow: hidden;
    height: 5em;
}
.show-content {
    height: auto;
}

.show-more-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;

    font-size: 1rem;

    cursor: pointer;
    font-family: inherit;
}