.banner{
  width: 100%;
  height:100%;
  min-height: 100%;
  display: flex;
  background: transperent;
}
.banner .banner-title {
    font-weight: 800;
    font-size: 60px;
    text-transform: capitalize;
    line-height: 1.15;
    color:#FA7A20;
}
.banner .banner-title-text {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
    color:white;
}
.banner .banner-title-text2 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.5;
}