
.policy-header {
    padding-top: 80px;
}
.policy-header h1 {
    margin-bottom: 25px;
    font: 46px "Manrope-ExtraBold";
    color: #012c79;
}
.policy-content h2 {
    font: 24px "Manrope-Bold";
    color: #181636;
    margin-bottom: 20px;
}
.policy-content h4 {
    font: 20px "Manrope-Bold";
    color: #181636;
    margin-bottom: 18px;
}
.policy-content h5 {
  font: 18px "Manrope-Bold";
  color: #181636;
  margin-bottom: 18px;
}
.policy-content h5 b {
  font-weight: 400;
}
.policy-content p {
    color: #46455e;
    font: 16px "Manrope-Medium";
    margin-bottom: 15px;
}
.policy-content ol {
    font: 16px "Manrope-Regular";
   list-style-type: decimal !important;
}
.policy-content ol li::marker {
    color: #46455e;
}
.policy-content ol li {
    margin-bottom: 20px;
    font: 16px "Manrope-Regular";
    line-height: 24px;
    color: #46455e;
    margin-left: 20px;
}
.policy-content table {
    border-collapse: collapse;
     margin-bottom: 25px;
}
.policy-content table tr td {
    border: 1px solid black;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	
}
.policy-content table tr td p {
	margin-bottom: 0px;
}
.policy-content {
	margin-bottom: 50px;
  }
.policy-content.last_content {
	margin-bottom: 60px;
} 
.sec2_space table {
	width: 100%;
  }
  .sec2_space table  tr td:first-child{
	padding-right: 20px;
  }
  .sec4_space {
	margin-top: 25px;
  }
  .sec4_space table  tr td {
	width: 33%
  }
  .sec5_space {
	margin-top: 25px;
  }
  .sec5_space table  tr td {
	width: 33%
  }
 

@media screen and (max-width: 991px) {
    .policy-header h1 {
        font-size: 24px;
    }
    
    .policy-content h2 {
        font-size: 16px;
    }
    .policy-content h4 {
        font-size: 16px;
    }
    .policy-content h5 {
        font-size: 16px;
    }

}

@media screen and (max-width: 767px) {
	.sec2_space table  tr td:first-child{
		width: 30%;
	  }
	.sec2_space {
		width: 100%;
		overflow: scroll;
	}
	.sec2_space table {
		width: 150%;
	  }
	.sec4_space {
	width: 100%;
	overflow: scroll;
}
.sec4_space table {
	width: 150%;
  }

  .sec5_space {
	width: 100%;
	overflow: scroll;
}
.sec5_space table {
	width: 200%;
  }
}