
.banner{
    width:100%;
}


.banner h2 { font-size:32px; line-height:34px;    margin-bottom: 30px;  

}
.banner h3 { font-size:24px; line-height:24px;    margin-top: 30px;   

}


.banner_text{
    color:rgb(255, 255, 255);
    width:60%;
    padding-right:45px;
}
.banner_image {width:50%;position:relative;}
.banner_image img{
    position: absolute;
    width:75%;
    height:auto; 
    right:5%;
    bottom:-120px;
    
}
.banner p {
  font-size: 16px;
  font-weight: 600;
}

.line{
    width: 250px;
    height:4px;
    background: #DA615C;
    margin:10px 2px;
    border-radius:5px;
}



@media (max-width:992px){
  .banner_text {width:100%;}
  .banner_image {width:100%;}
  .banner_image img {
    position: initial;
    width:100%;
    }

  }
}
