.sr-h-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sr-sosyal-icon{
    width: 32px;
    height: 32px;
}

.whatsappMessage{
    position: fixed;
    color: #fff;
    bottom: 50px;
    right: 20px;
    padding: 15px;
    background-color: #25D366;
    border-radius: 50%;
    cursor: pointer;
}

.whatsappMessage > img{
    width: 32px;
}

.hizliAra{
    position: fixed;
    color: #fff;
    bottom: 130px;
    right: 20px;
    padding: 15px;
    background-color: #2873ff;
    border-radius: 50%;
    cursor: pointer;
}

.hizliAra img{
    width: 32px;
}

.sr-blog-baslik{
    font-size: 36px;
}

.icerik-detay img{
    width: 100%;
    height: auto;
}