



.legal-pages-hero-section{
    position: relative;
    background-image: url('/images/bg-images/Homes_illustration.jpg');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 300px;
    display: grid;
    place-items: center;
}

.legal-pages-container-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ECF2FE, #D0E9ED); 
    opacity: 0.4;
    z-index: 1;
}

.legal-pages-hero-container{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.legal-pages-hero-container{
    margin-left: 30px;
}

/* .legal-pages-hero-container h2, */
.legal-pages-content-section h3{
    font-family: "Poppins", Sans-serif;
    color: #303C3D;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0.18px;
}

.legal-pages-content-section{
    margin: 60px 0;
}

.legal-pages-content-section p,
.legal-pages-content-section li{
    font-family: "Poppins", Sans-serif;
    color: #303C3D;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.18px;
    list-style: circle;
}