.cookies-page-hero-section{
    position: relative;
    height: 15.25rem;
    width: 100%;
    padding: 0rem 3rem;
}

.cookies-hero-text-Content{
    max-width: 1700px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5.5rem 0 5.5rem;
    gap: 1rem
}

.cookies-hero-text-Content h3, .cookies-hero-text-Content h3 a{
    font-size: 1.25rem;
    font-weight: 500;
    color: #1a1a1a;
}

.cookies-hero-text-Content h2{
    font-size: 2.25rem;
    font-weight: 500;
    color: #1a1a1a;
}

.cookies-bg-holder{
    padding: 4rem 4rem;
}

.cookies-container{
    max-width: 1700px;
    margin: auto;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 1rem;
    padding: 1rem 2.5rem;
}


/* Gpt code */
/* Job-Seeker-Content */
.cookies-content-wrapper h2, h3, h4{
    color: #1a1a1a;
}

.cookies-content-wrapper strong{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a;
}


.cookies-content-wrapper h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75rem;
    margin-top: 1.5rem;
    padding-bottom: 5px;
}

.cookies-content-wrapper h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1.25rem;
}

.cookies-content-wrapper h4{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1rem;
}

.cookies-content-wrapper p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #707B87;
}

.cookies-content-wrapper ul {
    margin: 0.62rem 0;
    padding-left: 1.875rem;
}

.cookies-content-wrapper ul li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #707B87;
    margin-bottom: 5px;
}

a{
    color: #a5c5e5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.email{
    color: #a5c5e5;
    text-decoration: none;
}

.email:hover {
    text-decoration: underline;
}

@media screen and (max-width:786px) {
    .cookies-page-hero-section{
        padding: 0rem 1rem;
        height: 11.87rem;
    }

    .cookies-bg-holder{
        padding: 3rem 1rem;
    }

    .cookies-container {
        padding: 1rem 1rem;
    }

    .cookies-hero-text-Content h3{
        display: none;
    }

    .cookies-hero-text-Content{
        text-align: center;
    }

    .google-link{
        font-size: 0.8rem;
    }    
}
