
  section.background-section{
    position: relative; /* Make the section a positioning context */
    overflow: hidden; /* Hide overflow to cut off the ellipse if needed */
    background-image: url('/assets/images/background-advogado.webp'); /* Replace with your stock image URL */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    min-height: 90vh;
  }
  

  