.logo img{
    height: 40px;
    object-fit: contain;
}

.ortaUrunResim{
    width: 100%;
    height: 250px;
}

.ortaUrunResim > img{
    width: 100%;
    height: 250px;
    object-fit: contain;
}

@media only screen and (max-width: 1024px) {
    
    .ortaUrunResim{
        height: auto;
    }

    .ortaUrunResim > img{
        height: auto;
    }
    
}

@media only screen and (max-width: 1024px) {
    
    .ortaUrunBilgi h3{
        padding: 10px 0;
    }
}

.konu-resmi{
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.konu-resmi img{
    max-width: 100%;
}

.detay-kucuk-resim
{
    width: 100px;
    height: 80px;
    object-fit: cover;
}

.blog_details ul{
    padding-left: 50px !important;
}

.blog_details li
{
    list-style-type: circle !important;
    padding: 5px !important;
}

.blog_details h2
{
    font-size: 28px !important;
    color: #e03e2d;
}

.blog_details h3
{
    font-size: 22px !important;
    color: #236fa1;
}

.blog_details h4
{
    font-size: 20px !important;
}