.home-immersive_text.is-clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-immersive_read-more {
    border-bottom: 1px solid var(--brand-color) !important;
    font-family: var(--sans);
    color: var(--grey-text);
    width: fit-content;
    text-transform: uppercase;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    transition: all .1s;
    display: none;
    text-decoration: none;
    background-color: transparent;
    text-align: left;
    cursor: pointer;
    border-top: none;
    border-left: none;
    border-right: none;
}

.home-immersive_read-more.is-visible {
    display: inline-block;
}

.home-immersive_grid-element {
    min-height: 350px;
    height: fit-content;
}