.about-us-container {
  display: flex;
  justify-content: space-between;
  padding: 40px 16px;
  gap: 12px;
  flex-direction: column;

}

.about-us-text-content {
  gap: 40px;
  display: flex;
  flex-direction: column;
}

.about-us-title {
  color: #fffd53;
  letter-spacing: 1px;
  font-size: 36px;
  font-weight: 400;
  max-width: 117px;
}

.about-us-text {
  color: #fffed9;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
}

.about-us-title-container {
  display: flex;
  justify-content: space-between;
}

.logo-image-about {
  border-radius: 50%;
  width: 124px;
  height: 122px;
}

@media screen and (min-width: 624px) {
  .about-us-title {
    font-size: 54px;
  }

  .about-us-text {
    font-size: 24px;
    max-width: 450px;
  }

  .about-us-container {
    flex-direction: row;
    padding-top: 80px;
  }

  .image-about-us-container {
    max-width: 285px;
  }

}

@media screen and (min-width: 992px) {
  .about-us-title {
    font-size: 64px;
  }

  .about-us-title-container {
    display: flex;
    justify-content: space-between;
  }

  .logo-image-about {
    width: 164px;
    height: 164px;
  }

  .about-us-text {
    max-width: none;
  }
}
