﻿.blog-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

    .blog-container a
    {
        text-decoration: none;
    }

    .blogs {
        padding-top: 11rem;
        position: relative;
    }

.blog-container .vr {
    position: absolute;
    top: 2rem;
    min-height: 7rem;
    margin-left: 49.5%;
    background-color: #10487C;
}

.blog-container-mini-title {
    color: #004B89;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}

.blog-container-title {
    color: #363738;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}

.blog-container-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 60%;
    margin: auto;
}


.blog-container .card {
    background-color: transparent;
    border: none;
}

    .blog-container .card .card-body .card-title {
        position: relative;
        font-size: 21px;
        font-weight: 700;
        color: #363738;
    }

    .blog-container .card .card-body .card-description {
        margin-top: 1.5rem;
        font-size: 16px;
        font-weight: 400;
        color: #5D5F61;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 48px;
        max-height: 48px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        word-break: break-word;
        -webkit-box-orient: vertical;
    }
    .blog-container .card .card-body {
        padding: 1.5rem;
    }

        .blog-container .card .card-body .card-title .vr {
            position: absolute;
            top: 5%;
            min-height: 1.5rem;
            margin-left: -6%;
            width: 1px;
            background-color: #004B89;
        }

.blog-container .tumunu-gor {
    border: 1px solid #BFBFC4;
    width: 18%;
    padding: .6%;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    cursor: pointer;
}

.blog-button {
    margin-top: 10%;
}

.blog-button a {
    color: #10487C;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.blog-container .blog-resim {
    min-height: 24rem;
    object-fit: cover;
    max-height: 24rem;
}

