.hr-button{
	background-color: #4aaee2 !important;
	border-color: #4aaee2 !important;
}

.badge {
    font-weight: 400;
}


.faqs-header-holder{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fafafafa;
}


.faqs-header-text{
	text-align: center;
	font-size: 48px;
}

.privacy-policy{
	width: 100%;
}

.privacy-policy-holder{
	width: 50%;
	margin: auto;
	font-weight: 500;
	font-size: 18px;
	padding-top: 25px;
	padding-bottom: 25px;
}

h2{
	font-weight: 500;
	font-size: 18px;
}

p,li{
	font-size: 16px;
	color: #647585;
}

@media (max-width: 667px){
	.privacy-policy-holder{
		width: 95%;
		padding-left: 10px
		padding-right:10px;
	}
}

