.privacy-services {
    .heading {
        margin-top: 4.9rem;
    }

    .title {
        font-size: 1.75rem;
        color: #191A1A;
        font-weight: 500;
        margin: 0.625rem 0 0.625rem 0.5rem;
        display: inline-block;
    }

    .service-list {
        display: flex;
        flex-direction: column;
        gap: 0.625rem;
        list-style: none;
        text-align: start;
        margin-left: -1.75rem;
        margin-top: 1.563rem;
    }

    .service-gap {
        display: flex;
        flex-direction: column;
        gap: 0.313rem;
    }

    .service-list .list {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #191A1A;
    }

    .service-list .list::marker {
        font-weight: bolder;
        font-size: 1.375rem;
        color: #191A1A;
    }

    .bottom-content {
        margin: 1.875rem 0 4.75rem 0.688rem;
    }

    .bottom-content .para-1 {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #191A1A;
    }

    .sub-title {
        margin-left: 0.688rem;
        font-weight: 500;
        font-size: 1.25rem;
        color: #191A1A;
    }

    .service-heading {
        font-size: 2.25rem;
        font-weight: 600;
        color: #191A1A;
        margin-bottom: 1rem;
    }

    .impect-para {
        color: #191A1A;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .heading-services {
        margin-top: 2.5rem;
    }


    @media (max-width: 992px) {
        .heading {
            margin-top: 3rem;
        }

        .title {
            font-size: 1.5rem;
        }

        .service-heading {
            font-size: 2rem;
        }

        .service-list {
            margin-left: -1.25rem;
            gap: 0.5rem;
        }

        .bottom-content {
            margin: 1.5rem 0 3rem 0.5rem;
        }
    }

    @media (max-width: 768px) {
        .title {
            font-size: 1.375rem;
            margin-left: 0.25rem;
        }

        .service-heading {
            font-size: 1.75rem;
        }

        .service-list .list {
            font-size: 0.95rem;
            line-height: 1.4rem;
        }

        .bottom-content {
            margin: 1.25rem 0 2.5rem 0.5rem;
        }

        .bottom-content .para-1 {
            font-size: 0.95rem;
        }

        .sub-title {
            font-size: 1.125rem;
        }
    }

    
  
}
