*, ::after, ::before {
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
font-family: "Lucida Grande", sans-serif;
font-size: 14px;
background: #fff;
}
body#landing {
align-items: center;
display: flex;
}
main.landing-page .wrapper {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
border-radius: 20px;
  box-shadow: 0px 0px 20px rgb(4 63 149 / 93%);
  background: #fff;
  padding: 20px 30px;
}
main.landing-page .logo img {
width: 320px;
}
main.landing-page {
max-width:440px;
padding: 1rem;
margin: auto !important;
width: 100% !important;
}
.text {
font-family: "Lucida Grande", sans-serif;
font-size: 24px;
margin: 20px 0 10;
font-weight: 600;

}
.footer {
opacity: 0.6;
font-size: 13px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-btn {
  width: 200px;
  max-width: 160px;
  color: #fff;
  margin: 20px 10px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Lucida Grande", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.app-btn.blu {
  background-color: #101010;
  transition: background-color 0.25s linear;
  display: flex
}
.app-btn.blu:hover {
  background-color: #454545;
}
.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 28px;
  margin-right: 7px;
}
.app-btn .big-txt {
  font-size: 17px;
  text-transform: capitalize;
}
@media (max-width: 420px) { 
  .flex.social-btns {display: block;}
  .app-btn {
    width: 280px;
    max-width: 240px;
  }
  .logo img {
    width: 280px;
    margin-bottom: 20px;
}
  }

  /**********privacy policy************/
  #privacy-policy {
    background-color: #fff;
  }
  #privacy-policy .logo img {
    width: 320px;
    }
  #privacy-policy p{

  }
  #privacy-policy h3{
    color: #666666;
  }
  #privacy-policy h5{
    font-size: 15px;
  }
  #privacy-policy h4{
    color: #2380f4;
    font-size: 17px;
    margin-bottom: 0;
  }
  #privacy-policy a{
    
  }
  #privacy-policy main{
    padding: 20px;
  }
  footer#footer { 
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  footer#footer a{
    text-align: center;
    margin: 0 auto;
    display: table;
    color: #ffffffa6;
    font-size: 13px;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-16 {
    margin-bottom: 16px;
  }