.banner-inner {
    width: 100%;
    height: auto;
    background-image: url(../images/domain_search/banner-bg-hosting.jpg);
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banner-inner, .banner-inner .banner-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-content h1{
    color: #fff;
}
.inner_container {
    padding-top: 25px;
}
.privacy_policy_div.cms h2 {
    color: #115baa;
    line-height: 130%;
    margin: 0 0 10px;
    font-size: 28px;
}

.cms h2, .cms h5 {
    margin-bottom: 15px;
    color: #18b35c;
}
.cms ul, .cms ul li {
    position: relative;
}
ul {
    padding-left: 0;
}
.privacy_policy_div.cms ul li {
    font-weight: 500;
}

.cms ul li {
    padding-left: 20px;
    font-size: 14px;
}
.cms ol li, .cms strong, .cms ul li {
    color: #262626;
}
.cms ul li::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 14px;
    background: url(../images/host-ul-icon.png) no-repeat;
    left: 0;
    top: 3px;
}
.cms p {
    color: #262626;
    margin-bottom: 10px;
    font-size: 14px;
}
.cms a, .cms p {
    font-weight: 500;
}
.cms a {
    color: #18b35c;
    font-size: 16px;
}

.cms a, .cms p {
    font-weight: 500;
}
.cms .f_weight_500, .cms ol li, .cms ul li {
    font-weight: 500;
}



















@media screen and (min-width: 768px) {
    .inner-banner-height {
        min-height: 290px;
        margin: auto;
    }
}