.text-div {
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 70%);
    padding-top: 50px;
}
.ban-txt {
    font-family: 'Rajdhani-Bold';
    color: #fff;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
}
.innerpage-banner {
    background-image: url(../images/terms-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* max-width: 100%; */
    padding: 0;
    position: relative;
    height: 350px;
    /* display: flex; */
    /* align-items: center; */
    z-index: -1;
}
.content-para {
    text-align: justify;
    font-size: 16px;
    font-family: 'SplineSans-Regular';
}
.innerpage-innercontainer {
    padding: 80px 0;
}
.contact-maincontainer .contact-section {
    background-image: none;
}