

  .legal-header{
      
   
    position: relative;
    background-image: url("../img/about-header-bg.png"); /* The image used */
    background-color: transparent; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 60vh;
    position: relative;
    overflow: hidden;
    z-index: -1;
  }
  
  .legal-header h2{
    color: var(--color1);

    text-align: center;
    color: var(--white);
    font-size: 60px;
  }
  
  .legal-header p{
    color: var(--black);
    font-weight: 800;
  }
  

.legal-section h3 {
    color: var(--color1) !important;
}


.legal-header p {
    color: var(--black);
    text-align: center;
}

.legal-section{
   
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.legal-section a{
    color: var(--color3);
}

.legal-section a:hover{
   text-decoration: underline;
}


.legal-section .__title{
    border-left: 5px solid var(--color5);
    padding: 0px;
}

.legal-section h3{
    color: var(--white);
    margin-bottom: 20px;
}

.legal-section p{
    color: var(--black);
}

.legal-section .__box-container{
        background-color: var(--white);
        border: 3px solid var(--color3);
        border-radius: 5px;
        padding: 20px;
        
}

.legal-section ul li::marker {
    color: black;
    
}



.legal-section .__box-container .__title{
    border-left: 0px;
    padding: 0px;
    height: 50px;
}

.legal-section .__box-container .__title h6{
    color: var(--black);
    padding: 0px;
    margin: 0px;
}

.legal-section .__box-container p {
    color: var(--black);
}

.legal-section .__horizontal-line{
    background-color: var(--black);
    height: 3px;
}


.legal-section .__contact-container{
    background-color: var(--color3);
    padding: 20px;
    border-radius: 50px;
    text-align: center;

}


.legal-section .__contact-container h2{
    color: var(--white);
    padding: 0px;
    margin: 0px;
}

.legal-section .__white-bg{
    background-color: var(--white);
    padding: 20px;
}

.legal-section .__white-bg input::placeholder{
    color: var(--black);
}