@import url("../global-styles.css");

.about-us-container {
  background-color: var(--lm-ImmoInvest-beige);
  padding: 80px 50px 20px 50px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.about-us-image {
  width: 80%;
}

.about-us-description {
  color: var(--lm-ImmoInvest-black);
  font-size: var(--font-size-paragraph);
  width: 80%;
}

h1 {
    margin-left: 85%;
}

/* Smartphones */
@media screen and (max-width: 767px) {
  .about-us-container {
    padding: 10px 25px 10px 25px;
    width: 100%;
    align-items: flex-start;
  }

  .about-us-image,
  .about-us-description {
    width: 100%;
  }

  h1 {
    margin-left: 55%;
  }
}
