.gradient-bg {
    background-image: url(https://i.pinimg.com/originals/76/5c/a7/765ca76ca89f139d475c1f4a368048f0.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay, difference, difference, normal;
    display: flex;
}
        .single-feature-item:hover{

 
        transition: all 0.2s ease-out;
        box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
        top: -4px;
        border: 1px solid #cccccc;
        background-color: white;
      }
    
      .gradient-bg1{
        background-image: url(https://images.shiksha.com/mediadata/images/articles/1681186715php58TGeu.jpeg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay, difference, difference, normal;
        display: flex;
    }
    .blog-title a{
        font-size:1.75rem;
    }
    
