#blog {
    color: #4285F4!important;
    font-weight: 800!important;
}
.header .container-fluid {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#blogs .card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.4s ease !important;
    height: 95% !important;
}
/* #triangle-bottom-left{
    width: 100%;
    height: 9%;
    border-bottom: 32px solid #f57070;
    border-right: 330px solid transparent;
} */
#blogs .card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transform: scale(1.01);
}
#blogs .card .image-container img {
    transition: 0.4s;
}
#blogs .card:hover .image-container img {
    transform: scale(1.06);
}
#blogs .card-body .para::-webkit-scrollbar {
    width: 1px;
    height: 0px
}
#blogs .dlv h5 {
    font-size: 12px!important;
}
/* #blogs .card-body .para {
    height: 200px;
    overflow: scroll;
} */
#blogs .dlv .text-muted {
    --bs-text-opacity: 1;
    color: rgb(104 109 113 / 75%)!important;
}
.card-body {
    padding: 0px 10px 0px 10px;
}
.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: auto;
    border: none; /* Add this line to remove the default image border */
    height: 250px;
}
.image-container::before,
.image-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
}
.image-container::after {
    left: 0;
    border-right: 324px solid transparent;
    border-bottom: 22px solid #fff;
}
/* .image-container::before {
    right: 0;
    border-left: 70px solid transparent;
    border-bottom: 100px solid #fff;
} */
.shape_gf {
    padding-right: 215px
}
@media (max-width: 2000px) and (min-width: 1700px){
    .header .pt-5 {
        padding-top: 5rem!important;
    }
    .shape_gf img {
        width: 137px;
        padding-top: 45px;
    }
    .blog-home {
        margin-bottom: 0.7em!important;
    }
}
@media (max-width: 990px) and (min-width: 700px){
    .col-md-4 {
        width: 50%;
    }
}
@media (max-width: 600px){
    .header {
        background-repeat: no-repeat!important;
        background-size: cover!important;
        height: 400px!important;
    }
    .header .pt-5 {
        padding-top: 1rem!important;
    }
    .header h3 {
        font-size: 16px!important;
        line-height: 1.6!important;
    }
    #blogs {
        margin-top: -4rem;
    }
    #blogs .px-3 {
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
}