.banner {
    background-image: url(../Assets/Group\ 295.png) !important; 
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: darken;
    height: 100%;


    /* background-position: inherit; */
    background-size: cover;
    opacity: 0.9;

}
.four{
    .container{
        display: flex;
        gap: 10em; 
        .four-left {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            h1 span {
                img{
                    width: 20%;
                }
            }
                
            .two-btn{
                margin-top: 30px;
            }
        }
        
        .four-left span {
            margin: 7px 0px;
        }
        
        .four-list {
            margin: 0px 0px 30px;
        }
        
        .four-left li {
            list-style: none;
            display: flex;
            gap: 1em;
            margin: 5px auto;
        
            p {
                font-weight: 600;
        
            }
        }
        
        
        .heading-para {
            color: #FB0B0B;
            margin: 35px auto;
        }
        
        .four-right{
            width: 100%;
            img {
                width: 100%;
            }
        } 
        
    }
}
.success{
    background-color: #141E3B;
    .container{
        display: flex;
        flex-direction: column;
        h1{
            color: #FB0B0B;
            span img{
                width: 18%;
            }
        } 
        p{
            color: white;
            text-align: center;
            width: 75%;
        }
} 
}
.image{
    width: 100%;
    img{
        width: 100%;
    }
}