.custom-banner{
      align-content: center;
  min-height: 100vh;
  padding: 100px 0 70px 0;
}
  .custom-banner .lft-scsn{
  width: 57%;
}
.custom-banner .cntnr {
    display: flex;
    gap: 30px;
    justify-content: space-between;
  padding; 20px 0;
  align-items: center;
}
.custom-banner .dscrpsn *{
 line-height: 1.4; 
}
.custom-banner .btn-scsn {
    margin-top: 40px;
}
.custom-banner .rt-img {
    text-align: end;
}
 @media screen and (max-width: 768px){
.custom-banner .cntnr {
    flex-wrap: wrap;
      text-align: center;
}
   .custom-banner .lft-scsn{
  width: 100% !important;
}
}
 @media screen and (max-width: 600px){
   .custom-banner .content-wrapper.custom-wrapper {
    padding: 0 10px;
}
}