.about-section {
      position: relative;     
      display: flex; 
      overflow: hidden;   
      min-height: 100%;
      height: 100vh;     
}

.about-section::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: url('/assets/engenharia-civil-vale-este.jpg');
      background-size: 75%;
      background-repeat: no-repeat;
      background-position: top right;
      background-blend-mode: darken;
      clip-path: polygon(100% 0, 45% 50%, 100% 100%);
      z-index: 0;
}

.about-section h1 {
      font-weight: bold;
      font-size: 3rem;
}

.img-about {
      display: none;
}

.about-section p {
      font-size: 1.5rem;
      line-height: 1.6;
      text-align: justify;
}

.about-section ul li {
      font-size: 18px;
      margin-bottom: 10px;
}

.sobreTexto {
      font-size: 1rem !important;
}

.sobre-foto,
.sobre-texto {
      padding-top: 100px;
      animation-duration: 3s;
      min-width: 300px;
}

.container-sobre {
      padding: 5rem 5%;
      hyphens: auto;
}

.hr-text {
  border: 0;
  line-height: 2em;
  position: relative;
  text-align: center;
  height: 10px;
  font-size: 30px;
  margin: 10px 15px;
}

.hr-text::before {
    content: "";
    background: linear-gradient(to right, transparent, rgb(7, 7, 7), transparent);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    position: relative;
    padding: 0 7px;
    line-height: 3.5em;
    color: white;
    background-color: #1a1a1a;
}

.hr-text::before {
 background: linear-gradient(to right, transparent, rgba(54, 54, 54, 0.87), transparent);
}

@media (max-width: 1024px) {  
      .about-section {
            margin-block: 40px !important
      }
     
      .about-section::before {
            background: none;
      }

      .about-section h1 {
            margin-top: 20px;
            font-weight: bold;
            font-size: 2rem;
      }

      .sobre-texto p {
            font-size: 18px;
            padding: 10px;
      }

      .sobre-texto ul {
            padding-left: 0;
      }

      /* .container-sobre {          
            position: relative;
            z-index: 1;
      } */

     .img-about {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.15 !important;
            z-index: 0;
            display: block;
      }      

}