.text-container p {
    max-height: 9em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-container .expanded {
    max-height: none;
    white-space: normal;
}

.text-container .read-more {
    border: 2px solid white;
    border-radius: 10px;
    color: white;
}
