html {
  padding: 0;
  margin: 0;
  font-family: "Saira", serif;
}
body {
  font-family: "Saira", serif !important;
}
.sticky {
  margin-top: 80px;
}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #d22027;
  border-radius: 10px;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #d22027 rgb(255, 255, 255);
}
.bread-crumb-a {
  font-family: "Saira", serif;
  text-transform: capitalize;
  text-decoration: none;
  color: #6b6b6b;
  font-weight: 300;
}

.privacy h3 {
  color: #000033;
  font-family: "Saira", serif;
  margin: 15px 0;
  text-underline-offset: 5px;
  /* text-decoration: underline; */
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
}

.privacy p {
  color: #000;
  font-family: "Saira", serif;
  text-align: justify;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 1300px) {
  .privacy h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .privacy p {
    font-size: 16px;
    line-height: 26px;
  }
}
