.privacypolicy h3{
	    font-family: 'Inter', sans-serif;
    font-weight: 900;
    color: #0f4b7f;
    font-size: 32px;
}
.privacypolicy h4{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #006c55;
    font-size: 21px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.privacypolicy{
	margin-top: 60px;
}
.privacypolicy h5{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.privacypolicy h3{
	    font-family: 'Inter', sans-serif;
    font-weight: 900;
    color: #0f4b7f;
    font-size: 26px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.privacypolicy a{
	    word-break: break-all;
	}
	.privacypolicy{
		padding-left: 15px;
		padding-right: 15px;
	}
	.privacypolicy h3{
	    font-size: 22px;
		}
		.privacypolicy h4 {
	    font-size: 17px;
	    line-height: 23px;
	}
	.privacypolicy h5 {
	    font-size: 16px;
	    line-height: 26px;
	}
	.privacypolicy ul li{
		    font-size: 14px;
    line-height: 22px;
	}
}