.innerbanner-section {
    margin: 0;
    padding: 105px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.innerbanner-section:before {
    content: "";
    display: block;
    background: linear-gradient(270deg, rgba(15, 23, 42, 0.00) 0%, rgba(15, 23, 42, 0.70) 52.22%, #0F172A 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.innerbanner-content {
    max-width: 630px;
    width: 100%;
}

.innerbanner-content h1 {
    font-size: 42px;
    line-height: 52px;
    color: #ffffff;
}

.innerbanner-content h1 span {
    display: block;
}

.innerbanner-content p {
    color: #FFF;
    font-weight: 500;
}

@media only screen and (max-width:1199px) {
    .innerbanner-section {
        padding: 80px 0;
    }
    .innerbanner-content h1 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media only screen and (max-width:991px) {
    .innerbanner-section {
        padding: 60px 0;
    }
}

@media only screen and (max-width:767px) {
    .innerbanner-section {
        padding: 40px 0;
    }
    .innerbanner-content h1 span {
        display: unset;
    }
}