.chinh-sach-bao-mat {
    margin: 100px 0 ;
  .banner-hero {
    max-height: unset !important;
    min-height: unset !important;
    height: 18rem;
  }

  .banner-hero-background {
    position: relative;
    background: var(--banner-hero-background, #fff);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
  }

  .banner-hero-background::before {
    content: "";
    opacity: 0.8;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background-image: linear-gradient(
      to right,
      #1690e0,
      #009fdb,
      #00a8bf,
      #00ad92,
      #27ae60
    );
  }

  .banner-hero-background * {
    z-index: 2;
}

.noi-dung {
    margin: 50px 0;
}

.noi-dung strong {
    font-family: var(--default-font) !important;
}

.noi-dung p {
    font-size: 16px !important;
    font-family: var(--default-font) !important;
}
}

@media (max-width: 576px)
{
    .chinh-sach-bao-mat{
        margin: 50px 0;
    }
}
