.banner-img-top{
    position: relative;
    width: 75%;
    left: 30%;
    top: 10%;
}
.banner-img-bg{
    width: 50%;
    position:absolute;
}
/*.banner-text{
    margin-top: 10%;
}
.banner-top{
    margin-top: 70px;
}*/
#banner-offer{
    margin-top: 70px;
}
#banner-offer{
    /*height: 100vh;*/
}
#banner-offer .row{
    justify-content: center;
    align-items: stretch;
    /*height: 100vh;*/
}
#banner-offer .col-lg-5{
    align-items: center;
    display: flex;
    flex-direction: row;
}
 #banner-offer h1 {
    font-size: 2rem;
    font-size: 2.5rem;
    text-transform: inherit;
    /*text-shadow: 0px 0px 2px rgb(0 0 0);*/
    color: #f80;
  }
@media (min-width: 1200px) and (max-width: 1440px) {
  #banner-offer h1 {
    font-size: 2.6rem;
    font-size: 3rem;
    text-transform: inherit;
  }
}
@media (max-width: 760px) {
    #banner-offer{
        margin-bottom: 2rem;
    }
    .banner-img-top{
        left: 25%;
    }
}