.about-us {
  position: relative;
  min-height: 70vh;
  background-color: var(--second-color);
  align-self: end;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.about-us p {
  color: var(--main-color);
}
.about-us img {
  height: 400px;
  width: 1300px;
  margin-bottom: 40px;
}
.about-us .about-us-we-are {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}
.about-us .about-us-we-are h2 {
  padding-top: 100px;
  position: relative;
  color: var(--main-color);
  font-weight: 700;
}
.about-us .about-us-details {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: space-between;
  gap: 10px 30px;
}
.about-us .about-us-details h3 {
  color: var(--main-color);
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 4px solid var(--third-color);
}
.about-us .about-us-details .about-us-details-info {
  display: flex;
  gap: 10px 30px;
  padding-top: 30px;
  padding-bottom: 100px;
  align-items: center;
}
.about-us .about-us-details .about-us-details-info .about-us-details-img {
  width: 100%;
  height: 400px;
}

@media (max-width: 1150px) {
  .about-us {
    padding: 0px 70px 60px;
  }
  .about-us .about-us-details {
    flex-direction: column;
  }
  .about-us .about-us-details .about-us-details-info {
    flex-direction: column;
  }
}/*# sourceMappingURL=index.css.map */