/*======================== Blog Section =======================*/

body {
    font-family: 'Poppins', sans-serif;
}

.blog-banner {
    background-image: url("../images/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
}


.blog-overlay {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
}

.blog-title1 {
    font-size: 48px;
    font-weight: 700;
    color: white;
}

.blog-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;

}

.blog-title:hover {
    color: #d12c2c;
    text-decoration: none;
    transition-duration: 300ms;
}


.blog-breadcrumb {
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}

.blog-card {
    border: 1px solid #e5e5e5;
    background: #fff;
    height: 100%;
}

.blog-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog-meta {
    font-size: 14px;
    color: #9a9a9a;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.blog-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

.blog-section .page-link {
    color: #d12c2c;
    text-decoration: none;
    transition-duration: 300ms;
}

/* ========================= Blog Section Ends =========================*/