﻿.bloglar {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .bloglar img {
        margin: 0 auto;
    }

    .bloglar em {
        background: #352008;
        padding: 12px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

        .bloglar em img {
            width: 100%;
            margin-top: -4px;
        }

    .bloglar h1 {
        line-height: 70px;
        color: #281602;
        font-size: 24px;
        text-align: center;
        font-family: 'CenturyGothic';
        font-weight: 400;
        margin: 0 auto;
        position: relative;
    }

        .bloglar h1::after {
            content: " ";
            width: 100%;
            height: 3px;
            background: #281602;
            position: absolute;
            left: 0;
            top: 40px;
            z-index: -2;
        }

        .bloglar h1::before {
            content: " ";
            width: 400px;
            height: 100%;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 0px;
            z-index: -2;
            background: #fff;
            z-index: -1;
        }

    .bloglar p {
        background-color: transparent;
        line-height: 28px;
        color: #281602;
        font-size: 14px;
        text-align: center;
        font-family: 'CenturyGothic';
        font-weight: 400;
        margin: 90px;
        margin-top: 40px;
        margin-bottom: 30px;
        position: relative;
    }

    .bloglar a {
        border-color: #231f20;
        background-color: #7d7d7d;
        color: #FDF2E4;
        padding: 14px 25px;
        display: inline-block;
        border-radius: 10px;
        font-size: 15px;
    }

        .bloglar a:hover {
            border-color: #281602;
            background-color: #281602;
        }

@media(max-width:767px) {
    .Kblg {
        width: 250px;
    }
}

@media(min-width:768px) {

    .Kblg {
        width: 375px;
    }
}
