.containers ul {
    margin-left: 1.25rem;
    /* Responsive margin */
    list-style: square;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-size: cover;
    background-image: url(../images/privacypolicy/privacy.jpg);
}

.containers h1,
.containers h2 {
    color: var(--dark-red-color);
    margin: 15px 0;
}

.containers {
    margin: 2rem 3rem;
    /* Responsive margins */
}


.containers h3 {
    margin: 10px 0;
    color: var(--dark-red-color);
}

.containers div p {
    margin: 10px 0;
}

.containers ul li {
    margin: 10px 0;
}

.containers li::marker {
    color: var(--primary-color);
}

.highlight {
    color: var(--highlight-color);
    font-size: 1.25rem;
    /* Use rem for consistency */
    font-weight: 600;
}

.containers a {
    color: var(--primary-color);
}

.containers a:hover {
    color: #4F6B4A;
    /* Darker shade for hover */
}