.banner_main{
    background: #fff;
    height: 100vh;
    width: 100%; 
    position: relative;
    .banner_content{
      padding-top: 200px;

      .banner_text{
        h1{
          color: $black; 
          font-size: 70px;
          font-weight:700;
          line-height: 80px;
        }
        h4{
          color: #424242;
          font-weight: 400;
          font-size: 15px;
        }
        .ban_btn{
            margin-top: 40px;
          ul{
            li{
              display: inline-block;
              font-size: 16px;
              color: $black;
              margin-right: 20px;
              i{
                font-size: 20px;
              }
            }
            .get_Start{
              padding: 11px 25px;
              background-color: $primaryColor;
              color: $white;
              border-radius: 4px;
              font-size: 16px;

            }
          }
        }
      }
   .banner_img{
       height: 550px;
       width: 100%;
       display: flex;
       justify-content: end;
      img{
        max-height: 100%;
        max-width: 100%;
      }
   }
}
}
