.read-more__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.read-more__wrapper {
    display: inline;
}

.read-more__content.is-expanded {
    -webkit-line-clamp: inherit !important;
}

.full-width-image-text .expand {
    display: block;
    position: relative;
    margin: 15px 0 0;
    color: #2C86EF;
    border: none;
    text-decoration: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.full-width-image-text .expand:after {
    content: "\e900";
    font-family: 'icomoon' !important;
    position: absolute;
    font-weight: normal;
    right: -17px;
    top: 7px;
    font-size: 11px;
}

.full-width-image-text .expand.is-expanded:after {
    content: "\e904";
}

.full-width__read-more {
    -webkit-line-clamp: 8;
}

@media(min-width: 768px) {
    .read-more__wrapper p {
        font-size: 18px;
    }
    .full-width__read-more {
        -webkit-line-clamp: inherit !important;
    }
}

