/* About us — [bh_about_us] */
.about-us {
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 40px 80px;
  font-family: "Cairo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box;
}
.about-us *,
.about-us *::before,
.about-us *::after {
  box-sizing: border-box;
}

.about-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.about-image-wrap {
  flex: 0 0 56%;
  min-height: 520px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
[dir="ltr"] .about-image-wrap {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

.about-image {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-content {
  flex: 0 0 54%;
  margin-right: -8%;
  margin-top: 72px;
  margin-bottom: 72px;
  padding: 44px 40px 52px 48px;
  background: #fff;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 1;
  text-align: right;
}
[dir="ltr"] .about-content {
  margin-right: 0;
  margin-left: -8%;
  text-align: left;
}

.about-content h2 {
  margin: 0 0 28px;
  font-size: 1.9375rem;
  font-weight: 600;
  color: #222;
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.about-content p {
  margin: 0 0 18px;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #555;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-highlight {
  font-weight: 600;
  color: #222;
}
.about-highlight strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .about-us {
    padding: 40px 20px 56px;
  }

  .about-inner {
    flex-direction: column;
  }

  .about-image-wrap {
    flex: none;
    width: 100%;
    min-height: 360px;
  }

  .about-image {
    min-height: 360px;
  }

  .about-content {
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: -44px;
    margin-bottom: 44px;
    padding: 36px 28px 44px;
    border: none;
    box-shadow: none;
    background: #fff;
    text-align: right;
  }
  [dir="ltr"] .about-content {
    text-align: left;
  }

  .about-content h2 {
    font-size: 1.5625rem;
    margin-bottom: 22px;
  }

  .about-content p {
    font-size: 0.9375rem;
  }
}
