.a-banner {
    background-image: url(../newdesign/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.a-banner .row {
    padding: 100px 0;
    background: rgba(3, 3, 3, 0.6);
    padding-bottom: 145px;
}
.p-policy {
    background: #eee;
}
.p-policy .col-md-10 {
    background: #fff;
    border-radius: 5px;
    margin-top: -90px;
    margin-bottom: 50px;
    padding-bottom: 10px;
    padding: 40px;
}
.p-policy p {
    color: #191818;
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
    text-align: justify;
}
.p-policy h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}
.p-policy ul {
    margin-bottom: 20px;
}
.p-policy ul li {
    font-size: 15px;
    margin-bottom: 15px;
}