@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");

/*  */
section#main .top-navigation {
    height: 85px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    filter: drop-shadow(0px 3px 5px #00000029);
    z-index: 1;
    box-shadow: 0px 4px 4px rgb(159 159 159 / 25%);
    background: #fff;
}

@media only screen and (min-width: 992px)
section#main .top-navigation .brand, section#main .top-navigation .brand * {
    background-color: transparent;
    margin-left: 9.51%;
    margin-top: 0;
    float: left;
    margin-left: 16px;
    margin-top: 21.33px;
    cursor: pointer;
}

section#main .top-navigation .brand {
  float: left;
  background-color: transparent;
  cursor: pointer;
}

section#main .top-navigation .brand-text {
    display: inline-block;
    height: 70px;
    width: 125px;
    cursor: pointer;
    margin: 12px 25px 15px;
}

section#main .top-navigation .navbar {
    display: block;
    height: 53px;
    margin: 25px 5% 16px auto;
    float: right;
}

section#main .top-navigation .navbar a {
    list-style-type: none;
    float: left;
    text-align: center;
    text-decoration: none;
    padding: 10px 4px;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 24px;
}

.privacyHead {
  width: 100%;
  text-align: center;
  background-color: #e53f00;
}

.privacyHead h1 {
  font-size: 42px;
  padding: 10px;
  color: #fff;
}



/* Body text section */

.container {
  width: 85%;
  margin: auto;
  text-align: justify;
  font-family: Poppins;
  color: #2f243a;
  margin-top: 125px;
}

h1 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
  text-align: center;
  /* color: #e53f00; */
}

.section {
  margin-bottom: 15px;
}

h2 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 10px;
  text-align: center;
}

p {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 992px) {
  .container {
    width: 60%;
    margin-top: 125px;
  }

  .privacyHead h1 {
    font-size: 45px;
  }

  /* h1 {
    font-size: 40px;
    color: #e53f00; */
  }
}
