.banner {
  background: url(/assets/ab/images/data-retention-policy/banner-bg.png) no-repeat;
  background-size: cover;
  min-height: 400px;
  text-align: center;
  padding-top: 85px;
}
.banner h1 {
  font-size: 46px;
  color: #fff;
  font-family: 'Myriad Pro';
  font-weight: 600;
}
.content {
  background: #F2F2F2;
  font-size: 16px;
  color: #555555;
  padding-bottom: 105px;
}
.content .wrap {
  background: #FFFFFF;
  border-radius: 20px 20px 10px 10px;
  padding: 10px 60px 60px;
  margin-top: -155px;
}
.content .item {
  padding-top: 50px;
}
.content .item:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 1px solid #EDEDED;
}
.content .item p.p25 {
  margin-bottom: 25px;
}
.content .item p.des:not(:last-child) {
  font-size: 16px;
  margin-bottom: 35px;
  color: #555555;
}
.content .item p.des:not(:last-child) strong {
  color: #404751;
}
.content .item ol {
  margin-bottom: 30px;
  padding-left: 40px;
}
.content .item ol li {
  position: relative;
  line-height: 40px;
  padding-left: 16px;
}
.content .item ol li::before {
  width: 6px;
  height: 6px;
  background: #555;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 15px;
}
.content .item .table {
  max-width: 960px;
  margin: 0 auto 40px;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
.content .item .table tbody tr td,
.content .item .table thead tr td,
.content .item .table tbody tr th,
.content .item .table thead tr th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.content .item .table thead tr th {
  padding: 22px 0;
  text-align: center;
  color: #fff;
  background: #01387B;
  font-size: 20px;
}
.content .item .table tbody tr td {
  padding: 30px 0 30px 25px;
  color: #404751;
  font-size: 16px;
  background: #F5F5F5;
  vertical-align: middle;
}
.content h3 {
  color: #1A1A1A;
  font-weight: 800;
  font-size: 30px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.content h3::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 24px;
  left: 0;
  top: 5px;
  background: #01387B;
  border-radius: 5px;
  display: block;
}
@media (max-width: 991px) {
  .content .item .table tbody tr td {
    padding: 20px;
  }
}
@media (max-width: 567px) {
  .content .wrap {
    padding: 10px 20px 30px;
    margin-top: -100px;
  }
  .content .item .table thead tr th {
    font-size: 18px;
  }
  .content .item .table tbody tr td {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .content .item .table tbody tr td {
    padding: 10px;
  }
}
