  .footer-new {
    background-color: #f3f5f6;
    height: 10.208vw;
  }
  .footer-new .website-safe {
    padding-left: 12.5vw;
    padding-top: 1.388vw;
  }
  .footer-new p {
    margin: 0;
    line-height: 1.388vw;
    font-size: 0.8333vw;
  }
  .footer-new,
  .footer-new a {
    color: rgba(21, 26, 48, 0.3);
  }
  .safe-links {
    padding-left: 12.5vw;
    display: flex;
  }
  .safe-links > * {
    margin-right: 0.8333vw;
  }
  .safe-link-item {
    height: 3.055vw;
    width: 8.194vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .site1 {
    background-image: url(/);
  }
  .site2 {
    background-image: url(/);
  }
  .site3 {
    background-image: url(/);
  }
  .site4 {
    background-image: url(/);
  }
  @media screen and (max-width: 750px) {
    .footer-new .website-safe,
    .safe-links {
      padding-left: 14px;
    }
    .safe-links {
      padding-top: 10px;
    }
    .footer-new {
      height: 88px;
    }
    .footer-new p {
      font-size: 12px;
      line-height: 16px;
    }
    .safe-link-item {
      width: 100px;
      height: 40px;
    }
  }
  @media screen and (min-width: 1440px) {
    .footer-new {
      height: 147px;
    }
    .footer-new .website-safe {
      padding-left: 180px;
      padding-top: 20px;
    }
    .website-safe p {
      line-height: 20px;
      font-size: 12px;
    }
    .safe-links {
      margin-top: 8px;
      padding-left: 180px;
    }
    .safe-links > * {
      margin-right: 12px;
    }
    .safe-link-item {
      height: 44px;
      width: 118px;
    }
  }