.privacy-detail .row {
	margin-top: 15px;
}

.privacy-detail p {
    font-size: 17px;
    text-align: justify;
    margin: 0px;
    width: 100%;
}

@media (max-width: 575px) {
    .privacy-detail p {
        font-size: 17px;
        text-align: justify;
        margin: 0px;
        width: 100%;
        /* flex-wrap: wrap; */
        word-break: break-all;
    }
}


.privacy-detail h4 {
    font-size: 17px;
    font-weight: bolder;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.privacy-detail a {
	color: #524040;
	text-decoration: underline;
	font-weight: 400;
}

.privacy-detail a:hover {
	color: #000;
	text-decoration: underline;
}









