.header-privacy {
    background: url(./resources/images/service-banner.jpg) no-repeat left bottom;
    background-size: cover;
    height: 200px;
    position: relative;
    backdrop-filter: grayscale(1);
}

.header-privacy::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

/* @media(max-width:1280px) {
    .header-privacy {
        margin-top: 100px;
    }
} */

@media(max-width:768px) {
    .header-privacy {
        margin-top: 40px;
    }
}

.header-privacy h1 {
    color: #FFFFFF;
    font-size: 2.8em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}

.header-privacy .connect-now {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

}

.header-privacy .connect-now a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border: 1px solid #fff;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    width: 170px;
    text-decoration: none;
}

.header-privacy .connect-now a:hover {
    color: #da2128;
    background: #fff;
    border: 1px solid #fff;
    transform: translateY(-10%);
}

.privacy-section {
    padding: 20px 100px 40px;
}

@media(max-width:768px) {
    .privacy-section {
        padding: 20px 40px 40px;
    }
}

.privacy-section h3 {
    font-size: 22px;
    font-family: 'open_sansbold';
    letter-spacing: -1px;
    margin: 0px 0px 0px 0px;
    color: rgba(0, 0, 0, .54);
}

.privacy-section h3.main-heading {
    margin-bottom: 16px;
    text-decoration: underline;
}

.privacy-section p {
    color: #414042;
    line-height: 1.42857143;
    font-size: 14px;
    margin-bottom: 12px;
}

.privacy-section p.subhead {
    color: #414042;
    line-height: 1.42857143;
    font-size: 14px;
    margin-bottom: 20px;
}

.privacy-section p.boldtext {
    color: #414042;
    line-height: 1.42857143;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.privacy-section ul {
    margin-bottom: 12px;
}

.privacy-section ul li a {
    color: #da2128;
    line-height: 1.42857143;
    font-size: 14px;
    margin-bottom: 16px;
}

.privacy-section ul.bullet-section {
    padding-left: 20px;
}

.privacy-section ul.bullet-section li {
    list-style-type: disc;
}

.privacy-section ul.bullet-section li::marker {
    color: #da2128;
}

.privacy-section p a {
    color: #da2128;
    line-height: 1.42857143;
    font-size: 14px;
    margin-bottom: 16px;
}
.id_height{
    height: 56px;
}