 .privacy-policy {
    padding: 156px 170px 53px 98px !important;
    background-color: #f5ffee !important;
    font-family: poppins, sans-serif;
    color: #4a6437 !important;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

}
	h1 {
    font-size: 32px;
    color: #4a6437;
    text-align: left;
    margin-bottom: 20px;
	margin-top: 10px !important;
}

    /* Main heading */
    .privacy-policy h1 {
        font-size: 2.5rem;
        color: #4a6437 !important;
        text-align: left;
        margin-bottom: 30px;
	     margin-top: 100px !important; 
    }

    /* Subheadings */
    .privacy-policy h2 {
        font-size: 1.5rem;
        color: #4a6437 !important;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    /* Paragraph styles */
    .privacy-policy p {
        font-size: 15px;
        margin: 10px 0;
        line-height: 1.8;
        color: #000;
        font-weight: 540 !important;
    }

    /* Link styles */
    .privacy-policy a {
        color: #000;
        text-decoration: none;
    }

    .privacy-policy a:hover {
        text-decoration: underline;
    }

    /* Media query for tablets (768px and below) */
    @media (max-width: 768px) {
        .privacy-policy {
           padding: 100px 19px !important;
        }

        .privacy-policy h1 {
            font-size: 2.2rem;
            text-align: center;
				margin-top: 85px !important;

        }

        .privacy-policy h2 {
            font-size: 1.6rem;
        }

        .privacy-policy p {
            font-size: 15px;
            margin-bottom: 18px;
        }
    }

    /* Media query for small mobile devices (480px and below) */
    @media (max-width: 480px) {
        .privacy-policy {
            padding: 15px;
        }

        .privacy-policy h1 {
            font-size: 1.8rem;
            text-align: center;
        }

        .privacy-policy h2 {
            font-size: 1.3rem;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .privacy-policy p {
            font-size: 15px;
            margin-bottom: 15px;
        }
		
    }

    /* Media query for extra-small devices (320px and below) */
    @media (max-width: 320px) {
        .privacy-policy {
            padding: 10px;
        }

        .privacy-policy h1 {
            font-size: 1.6rem;
        }

        .privacy-policy h2 {
            font-size: 1.2rem;
            margin-top: 15px;
            margin-bottom: 10px;
        }

        .privacy-policy p {
            font-size: 15px;
            margin-bottom: 12px;
        }
		h1 {
    font-size: 32px;
    color: #4a6437;
    text-align: left !important;
}

    }