@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{
  font-family: 'Roboto', sans-serif;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.btn-1 {
    background-color: #021F3A;
    padding: 12px 30px;
    color: #fff;
    border: 1px solid #021F3A;
}
    .btn-1:hover {
        background-color: #011221;
        border: 1px solid #011221;
    }
.download {
  text-align: center;
  margin-top: 50px;
}
.download a{
  text-decoration: none;
}
.download a:hover{
  color: #fff;
}
.privacy_section {
  padding: 80px 0px;
}
.privacy_section h1
{
  font-size: 48px;
  color: #000;
  margin: 30px 0;
}
.privacy_section h5{
  font-size: 37px;
    color: #000;
    margin: 30px 0;
}
.privacy_section p {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}
.privacy_section ul li{
  color: #000;
  font-size: 24px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.privacy_section ul li::before{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  background-color: #000;
  top: 13px;
  left: 1px;
}
.privacy_section h6{
  color: #000;
  font-size: 24px;
  position: relative;
  padding-left: 30px;
}
.privacy_section h6::before{
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 100px;
  background-color: #000;
  top: 10px;
  left: 10px;
}
.privacy_section .left-padding{
  padding-left: 30px;
}


@media (max-width:767px){
  .privacy_section p {
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.5;
}
.privacy_section h1, .privacy_section h5 {
  font-size: 34px;
  margin: 20px 0;
}
.privacy_section ul li {
  font-size: 18px;
  padding-left: 15px;
}
.privacy_section ul li::before {
  height: 6px;
  width: 6px;
  top: 10px;
  left: 0;
}
.privacy_section h6 {
  padding-left: 15px;
}
.privacy_section h6::before {
  height: 6px;
  width: 6px;
  top: 11px;
  left: 0;
}
.privacy_section .left-padding {
  padding-left: 15px;
}
}

.license h1{
  font-size: 48px;
  color: #000;
  margin: 40px 0;
}
.license p{
  color: #000;
  font-size: 18px;
  margin-bottom: 20px; 
}
.license h5{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.license h6{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.license strong {
  font-size: 22px;
}
ol{
  padding-left: 15px;
  margin: 0;
  margin-top: 15px;
}
ol li{
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
hr{
  color: #000;
  opacity: 1;
}
.gap{
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.definition{
  padding-left: 50px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.definition li{
  padding-left: 5px;
}
.line {
  padding: 30px 0 10px;
  border-bottom: 1px solid #000;
}
.license span {
  font-size: 18px;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}