.single-blog-page{
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    font-family: "Montserrat", sans-serif !important;
}

.single-blog-heading{
    margin-top: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1.5px solid #f7f7f7;
    padding-bottom: 20px;
}

.single-blog-heading h1{
    margin: 0px !important;
    font-size: 32px;
    font-weight: 800;
    color: #000;
}

.gy-blog-featured-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.gy-post-content{
    margin-top: 15px;
}

.blog-isletme-comment-form-wrapper{
    width: 100%;
    gap: 20px;
    margin-top: 30px;
}

.singe-isletme-comments{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}


@media only screen and (max-width: 600px) {
    .single-blog-page{
        padding-top: 0px !important;
    }

    .breadcrumb{
        font-size: 10px;
    }

    .single-blog-heading{
        flex-direction: column;
    }

    .blog-isletme-comment-form-wrapper{
        flex-direction: column;
    }

}