
/* ==========================================================================
   Bloge SECTION START
   ========================================================================== */
.blog-banner {
    height: 500px;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    margin-bottom: 60px;
}

.blog-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blog-excerpt {
    font-size: 20px;
    color: #777;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.blog-body {
    font-size: 18px;
    line-height: 1.9;
}

.blog-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 768px) {

    .blog-banner {
        height: 250px;
        margin-bottom: 40px;
    }

    .blog-title {
        font-size: 34px;
    }

    .blog-excerpt {
        font-size: 17px;
    }
}

/* ==========================================================================
   Bloge SECTION END
   ========================================================================== */
