* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* container */
.container {
  max-width: 1134px;
  margin: 0 auto;
  padding: 0 20px;
}

/* header */
.header {
  border-bottom: 4px solid #e5e5e5;
  background: #1e1e1e;
  padding: 10px 0;
}
.headerLogo img {
  display: block;
  max-width: 100%;
}

/* privacy */
.privacy {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 70px;
}
.privacyTitle {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
}
.privacyTitle1 {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.privacySub {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.privacySubs20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.privacySubList {
  margin-left: 20px;
}
.privacySubs10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.underline {
  text-decoration: underline;
}

/* footer */
.footer {
  padding: 10px 0;
}
.footerSub {
  color: #000;
  font-family: Roboto;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .privacy {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy {
    padding-bottom: 30px;
  }
  .privacyTitle {
    font-size: 30px;
  }
  .privacyTitle1 {
    font-size: 18px;
  }
}
