#aboutUs {
  flex-direction: column;
  padding: 120px 8% 5% 8%;
  margin-top: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #6A6867;
  position: relative;
  top: -250px;
}

.fundauto-fachada-container {
  height: 300px;
  width: 100%;
  margin-top: 110px;
}

.fundauto-fachada {
  height: 100%;
  width: 100%;
  animation: appearance 2s ease;
}

@keyframes appearance {
  from {opacity: 0;}
  to {opacity: 1;}
}

.first-paragraph,
.second-paragraph {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-us-text,
.third-paragraph {
  font-family: "La Belle Aurore", sans-serif;
  font-size: 15px;
  padding: 15px;
  box-sizing: border-box;
}

.second-paragraph > .about-us-text {
  padding: 0 15px 15px 15px;
}

.fundauto_fundada {
  width: 200px;
  border-radius: 4px;
}

.fundador_fundauto {
  width: 250px;
  border-radius: 4px;
}

@media (min-width: 576px) {
  .first-paragraph {
    margin-bottom: 50px;
  }

  .first-paragraph,
  .second-paragraph {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .about-us-text,
  .second-paragraph > .about-us-text,
  .third-paragraph {
    padding: 15px;
    font-size: 17px;
  }

  .fundador_fundauto {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .fundauto-fachada-container {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .about-us-container {
    overflow-x: unset;
  }

  .third-paragraph > .about-us-text
  {
    padding: 30px 0;
    font-size: 22px;
  }

  .second-paragraph > .about-us-text,
  .about-us-text {
    padding: 30px;
    font-size: 22px;
  }

  .fundauto-fachada-container {
    height: 650px;
  }
}

@media (min-width: 1200px) {
  #aboutUs {
    padding: 120px 10% 5% 10%;
  }
}

