.about-us-banner {
  position: relative;
  width: 100%;
  height: 600px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #545456;
}
.about-us-banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about-us-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-us-banner__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 35px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.about-us-banner__text {
  width: 90%;
  max-width: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us-banner__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.about-us-banner__description {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 30px;
  text-align: center;
}
.about-us-banner__button {
  width: 90%;
  margin-top: 50px;
  max-width: 320px;
}

.about-us-profile {
  width: 100%;
  padding: 50px 0 70px;
}
.about-us-profile__title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 40px;
}
.about-us-profile__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.about-us-profile__left {
  width: 42%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-us-profile__right {
  flex: 1;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.about-us-profile__image {
  width: 100%;
  flex-shrink: 0;
}
.about-us-profile__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about-us-profile__description {
  width: 100%;
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
}
.about-us-profile__left .about-us-profile__description {
  padding: 0px 25px 20px;
  box-sizing: border-box;
}

.about-us-plant {
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.about-us-plant__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-us-plant__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-plant__content {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-us-plant__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.about-us-plant__wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.about-us-plant__left {
  width: 45%;
  max-width: 590px;
  flex-shrink: 0;
}
.about-us-plant__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.about-us-plant__item {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-us-plant__item-title {
  font-weight: bold;
  font-size: 36px;
  color: #3b82f6;
}
.about-us-plant__item-description {
  font-weight: bold;
  font-size: 20px;
  color: #1e293b;
  line-height: 30px;
}
.about-us-plant__right {
  flex: 1;
  background: #ffffff;
  border-radius: 20px;
  padding: 23px 23px 15px;
  box-sizing: border-box;
  display: flex;
  gap: 50px;
}
.about-us-plant__image {
  width: 45%;
  max-width: 430px;
  flex-shrink: 0;
}
.about-us-plant__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about-us-plant__text-title {
  font-weight: bold;
  color: #3b82f6;
  margin-top: 20px;
}
.about-us-plant__text-description {
  width: 100%;
  max-width: 375px;
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  margin-top: 15px;
}
.about-us-plant__button {
  margin-top: 40px;
  max-width: 320px;
}

.about-us-certifications {
  width: 100%;
  padding: 70px 0;
}
.about-us-certifications__title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 20px;
}
.about-us-certifications__description {
  width: 90%;
  max-width: 976px;
  margin: 0 auto;
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.about-us-certifications__subtitle {
  width: 90%;
  max-width: 976px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  color: #1e293b;
  text-align: center;
  margin-bottom: 40px;
}
.about-us-certifications__list {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 8px;
}
.about-us-certifications__item {
  width: 297px;
  position: relative;
}
.about-us-certifications__item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about-us-certifications__item-title {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .about-us-banner {
    height: auto;
  }
  .about-us-banner__text {
    width: 100%;
  }

  .about-us-profile__content {
    flex-direction: column;
    gap: 20px;
  }
  .about-us-profile__left {
    width: 100%;
  }

  .about-us-plant__wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .about-us-plant__left {
    width: 100%;
  }
  .about-us-plant__right {
    width: 100%;
    max-width: 980px;
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }
  .about-us-plant__image {
    width: 100%;
  }
  .about-us-plant__text-description {
    max-width: none;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .about-us-banner {
    height: auto;
  }
  .about-us-banner__text {
    width: 100%;
  }

  .about-us-profile__content {
    flex-direction: column;
    gap: 20px;
  }
  .about-us-profile__left {
    width: 100%;
  }

  .about-us-plant__wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .about-us-plant__left {
    width: 100%;
  }
  .about-us-plant__right {
    max-width: 980px;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .about-us-plant__wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .about-us-plant__left {
    width: 100%;
  }
  .about-us-plant__right {
    max-width: 980px;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1700px) {
  .about-us-plant__wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .about-us-plant__left {
    width: 100%;
  }
  .about-us-plant__right {
    max-width: 980px;
  }
}
