﻿.firma-unvan a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Sadece 2 satır göster */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 2.4em; /* 2 satır = 1.2em * 2 */
}


.courses-video:before {
    background: none !important;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.5;
    border-radius: 1rem;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}