.ai-herobanner {
    background: url(../images/banner.jpg) center no-repeat;
    padding-top: 100px;
    background-size: cover;
}
.policy-sec{
    margin: 70px 0;
}
.policy-sec h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1717;
}
.policy-sec table {
    width: 100%;
    border: 1px solid #000;
    margin-top: 50px;
}
/* .policy-sec table tr:first-child {
    background-color: #0a4b8d;
} */
.policy-sec table tr:first-child>th {
    color: #fff;
    font-size: 16px;
}
.policy-sec table tr td, .policy-sec table tr th {
    font-size: 16px;
    border: 1px solid #000;
    padding: 10px 20px;
    text-align: left;

}
@media (max-width:980px){
.policy-sec table tr td .link img{
    width:72px;

}}

 
