/* THIS FILE IS GENERATED AUTOMATICALLY, DO NOT MODIFY IT DIRECTLY, ANY DIRECT CHANGES WILL BE LOST */
/* Last update: 2026-08-20T05:33:25+00:00 */

.wa-about-us {
  gap: var(--space-l);
}
.wa-about-us__title {
  text-align: center;
}
.wa-about-us__text {
  color: var(--base);
  line-height: 1.6;
}
.wa-about-us__text p {
  margin-bottom: var(--space-s);
}
.wa-about-us__text p:last-child {
  margin-bottom: 0;
}
.wa-about-us__img {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  aspect-ratio: 2;
}
.wa-about-us__img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #284E73B8;
  opacity: 0.5;
}
.wa-about-us__img img {
  width: 100%;
  aspect-ratio: 2;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.wa-about-us__text .TypographyPresentation {
  margin-bottom: var(--space-s);
  line-height: 1.6;
}
.wa-about-us__text .TypographyPresentation:last-child {
  margin-bottom: 0;
}
.wa-about-us__text .TypographyPresentation strong {
  color: var(--primary);
  font-weight: 700;
}
.wa-about-us__text .RichText3-paragraph {
  color: var(--base);
}
@media (max-width: 767px) {
  .wa-about-us__text .TypographyPresentation {
    margin-bottom: calc(var(--space-xs) * 0.75);
  }
}
@media (max-width: 991px) {
  .wa-about-us .wa-info-box {
    flex-direction: row;
    justify-content: flex-start;
  }
}
