.banner_section{
        background-image: url('../assets/banner1.png');
        
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 190px 0px;
    height: 100%;
    }
    .banner_content h1{
            font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: white;
    }
    .banner_content h5{
color: white;
margin-top: 10px;
    }
    .custom_view_more_btn{
        background: white !important;
        color:black !important;
        border-radius: 8px !important;
        border: none !important;
        padding: 10px 30px !important;
          font-family: 'Manrope', sans-serif;
          font-weight: 700;
    }
    .custom_view_more_btn:hover{
         background: white !important;
        color:black !important;
          border-radius: 8px !important;
        border: none !important;
    }
    .banner_button{
        margin-top: 30px;
    }