.yalitim-card{
    background: #FFF;
box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.12);
padding: 32px;
margin-bottom: 2rem;
}

.yalitim-title {
    color: var(--foundation-black-black-500, #1A1A18);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
    height: 73px;
}

.yalitim-detail
{
    color: var(--foundation-black-black-400, #484846);
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
}
.detail {
    color: var(--foundation-black-black-200, #969695);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-align: center;
}
.detail:hover{
    color: #008BD2 !important;
    transition: .2s;
}
.bosluk{
    margin-top: 96px !important;
}
.boslukİki{
    margin-top: 40px !important;
}

.cardTextArea {
    display: flex;
    flex-direction: column;
    height: calc(100% - 14rem);
    justify-content: space-between;
}
.cardText {
    margin-top: 2rem;
}

@media only screen and (max-width: 991px) {
    .bosluk{
        margin-top: 40px !important;
    }
    .yalitim-card{
        margin-bottom: 1.5rem;
    }
    .boslukİki{
        margin-top: 0 !important;
    }
}