.hero-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    min-height: 750px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 0;
}
.hero-banner-content >*:not(.btn),
.hero-banner-content li {
    color: #ffffff;
}
.hero-banner-content h1 {
    color: #ffffff;
}
.hero-banner-section:before {
    content: "";
    display: block;
    background: linear-gradient(90deg, #1A1A1A -13.4%, rgba(26, 26, 26, 0.50) 38.79%, rgba(26, 26, 26, 0.00) 64.9%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.hero-banner-content {
    max-width: 609px;
    width: 100%;
}
.hero-banner-content p {
    color: #FFF;
    line-height: 30px;
}
@media only screen and (max-width:1399px){
   .hero-banner-section {
        min-height: 640px;

    }
}
@media only screen and (max-width:1199px){
    .hero-banner-section {
        padding: 100px 0;
        min-height: 540px;

    }
}
@media only screen and (max-width:991px){
    .hero-banner-section:before {
        background: linear-gradient(180deg, #1A1A1A -13.4%, rgba(26, 26, 26, 0.50) 38.79%, rgba(26, 26, 26, 0.00) 64.9%);
    }
}
@media only screen and (max-width:767px){
.hero-banner-section:before {
    background: linear-gradient(230deg, #1A1A1A -13.4%, rgba(26, 26, 26, 0.10) 100%, rgba(26, 26, 26, 0.00) 64.9%);
}
}