/* Privacy Policy Header Section */
.infotech-net-bd-privacy-policy {
    background: #5aa;
    color: #fff;
    padding: 150px 0 100px 0;
    text-align: center;
}

#infotech-net-bd-privacy-policy h1 {
    margin: 0 0 10px 0;
    font-size: 2.5em;
    letter-spacing: 1px;
}

.infotech-net-bd-privacy-policy-header {
    margin-top: 10px;
    font-size: 1em;
}

.infotech-net-bd-privacy-policy-header a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.infotech-net-bd-privacy-policy-header a:not(:first-child) {
    text-decoration: underline;
}

.infotech-net-bd-privacy-policy-header a:hover {
    color: #f00;
}

/* Privacy Policy Content Section */
.infotech-net-bd-privacy-policy-content {
    background: #fff;
    margin: 30px auto 40px auto;
    max-width: 800px;
    border-radius: 8px;
    padding: 100px 200px 40px 200px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.09);
    text-align: justify; /* Justify all text in this section */
}

.infotech-net-bd-privacy-policy-content h2 {
    color: #0c3c78;
    margin-top: 28px;
    margin-bottom: 10px;
}

.infotech-net-bd-privacy-policy-content ul {
    padding-left: 22px;
    margin-bottom: 18px;
}

.infotech-net-bd-privacy-policy-content li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.infotech-net-bd-privacy-policy-content p {
    margin-bottom: 16px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 1200px) {
    .infotech-net-bd-privacy-policy-content {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 60px;
    }
}

@media (max-width: 600px) {
    .infotech-net-bd-privacy-policy-content {
        padding: 18px 7px;
    }
    #infotech-net-bd-privacy-policy h1 {
        font-size: 1.5em;
    }
}