/*.policy-content start*/

.privacy-policy-section h5{
  color: #fff;
  font-size: 15px;
}
.policy-content .heading h1{
	  font-size: 25px;
	  font-weight: bold;
	  color: #831619;
    margin-bottom: 50px;
}

.policy-content .heading h1 span{
	color: #000;
}

.policy-content .heading p{
	  font-size: 15px;
    text-align: center;
    font-weight: 500;
}

.policy-content .heading a{
    text-decoration: none;
    color: #000;
}

.policy-content .heading a.active{
  color: #831619;
  font-weight: bold;
}

.policy-content .content p{
	font-size: 14px;
}

.policy-content .content hr {
  margin-top: 3rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #000000;
}
p{
  margin-bottom: 0px!important;
}


