.about-us-main {
  color: #4A4A4A;
  font-size: 1rem;

  .section-1 {
    margin: 20px;
    line-height: 2rem;
    ;
  }

  .section-3 {
    h2 {
      font-size: 28px;
      font-weight: 700;
      line-height: 120%;
      text-align: center;
      margin-bottom: 2rem;
    }

    margin: 30px 20px;
  }

  wc-image-text {
    margin-left: 0;
  }
}

.header-container__small.about-us {
  background-image: url('/assets/quem-somos-header.webp');
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .about-us-main {
    color: #4A4A4A;
    font-size: 1rem;

    .section-1 {
      margin: 100px 242px;
      line-height: 2rem;
      ;
    }

    .section-3 {
      padding: 0 350px;

      h2 {
        font-size: 55px;
        font-weight: 700;
        line-height: 120%;
      }

      margin: 206px 0;


    }

    wc-image-text {
      margin-left: 0;
    }
  }
}