/* blogs_banner_section */
.blogs_banner_section {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

.blogs_banner_section::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.01);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blogs_banner_section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogs_banner_section h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
}

/* blogs_banner_section */

/* blog_cards_section */
#blog_cards_section {
    /* border: 1px solid; */
    padding: 5rem 0 5rem;
}

.blogs_card {
    border: 1px solid lightgray;
    margin-bottom: 2rem;
}

.blogs_card_top img {
    width: 100%;
}

.blogs_card_mid {
    padding: 30px;
}

.blogs_card_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid lightgray;
    padding: 18px 30px;
}

.blogs_card_btm p {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.blogs_card_btm i {
    font-size: 20px;
}

.blogs_card_mid p {
    font-size: 19px;
    color: var(--grey_color);
}

.blogs_card_mid h3 {
    font-size: 24px;
    font-weight: 600;
}

.bcm ul {
    display: flex;
    padding-left: 23px;
    justify-content: space-between;
    list-style-type: square;
}

.bcm ul li {
    font-size: 19px;
    text-transform: uppercase;
}

.bcm ul li::marker {
    font-size: 1.5rem;
    color: var(--grey_color2);
}
.blogs_banner_section{
    height: 350px;
    align-items: center;
    text-align: center;
    align-content: center;
    color: #fff;
}
.blogs_banner_section h1{
font-size:40px;
}

/* blog_cards_section */