.truncated::after {
    content: '... читать далее';
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 7px;
    background: #181818;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #D8A86E;
}

.truncated-text {
    position: relative;
}

@media screen and (max-width: 900px) {
    .truncated::after {
        font-size: 12px;
    }
}
