.inner-banner {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at center, #EF7300 0%, #16B6D7 100%);
    padding: 100px 0px;
}

.inner-banner-text *{
    color: #fff;
    text-align: center;
}
.inner-banner-text h1{
    margin-bottom: 15px;
}
