﻿.text-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* kaç satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
