.aboutUs {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #8b4b53;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex: 1;
}

/* Remove Header/Footer styles from about.css as they are now in common.css */
.aboutUs .screen2 .header,
.aboutUs .footer {
    display: none;
}

.aboutUs .screen2 {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  background: #8b4b53;
  padding: 160px 64px 80px;
  overflow: hidden;
  row-gap: 44px;
}

.aboutUs .screen2 .heading {
  flex-shrink: 0;
  align-self: stretch;
  text-align: center;
  line-height: 56px;
  letter-spacing: -0.48px;
  color: #ffffff;
  font-family: "Museo Sans Cyrl", Montserrat, Manrope, Arial, Helvetica, sans-serif, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei;
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}

.aboutUs .screen2 .frame60 {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping for side-by-side layout */
  flex-shrink: 0;
  align-items: stretch; /* Stretch to match height */
  align-self: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 1312px;
  gap: 40px;
  margin: 0 auto;
}

.aboutUs .screen2 .frame60 .list {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  width: 55%; /* Same as Home FAQ */
  max-width: none;
  overflow: hidden;
  row-gap: 32px;
  order: 1; /* List on Left */
}

.aboutUs .screen2 .frame60 .help {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #027b7b url('../images/mkiugi3q-61js4ty.png') no-repeat center center;
  background-size: cover;
  padding: 24px;
  width: 40%;
  min-width: 300px;
  min-height: 0;
  height: auto; /* Allow stretch from flex container */
  align-self: stretch; /* Stretch to fill container height */
  row-gap: 8px;
  overflow: hidden;
  order: 2;
}

/* Removed .picture class as it is now a background image */

.aboutUs .screen2 .frame60 .help .heading2 {
  z-index: 4;
  text-align: center;
  font-family: "Museo Sans Cyrl", Montserrat, Manrope, Arial, Helvetica, sans-serif, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 0;
}

.aboutUs .screen2 .frame60 .help .text2 {
  z-index: 3;
  text-align: center;
  font-family: "Museo Sans Cyrl", Montserrat, Manrope, Arial, Helvetica, sans-serif, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 0;
}

.aboutUs .screen2 .frame60 .help .text3 {
  z-index: 2;
  text-align: center;
  font-family: "Museo Sans Cyrl", Montserrat, Manrope, Arial, Helvetica, sans-serif, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei;
  font-size: 36px;
  line-height: 44px;
  color: #ffac00;
  word-break: break-all;
  margin-top: 8px;
  font-weight: bold;
}

/* Typography updates to match Home/Privacy */
.aboutUs .screen2 .frame60 .list .listItem .question {
  flex-shrink: 0;
  align-self: stretch;
  line-height: 32px;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "Museo Sans Cyrl", Montserrat, Manrope, Arial, Helvetica, sans-serif, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.aboutUs .screen2 .frame60 .list .listItem .text {
  flex-shrink: 0;
  align-self: stretch;
  width: 100%;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  font-family: "Museo Sans Cyrl", Montserrat, Manrope, Arial, Helvetica, sans-serif, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimHei;
  font-size: 16px;
  opacity: 0.9;
  margin-top: 0;
}

@media (max-width: 768px) {
  .aboutUs .screen2 .header .links, .aboutUs .screen2 .header .frame61 { display: none; }
  .aboutUs .footer .frame4 { flex-direction: column; }
  .aboutUs .footer .frame4 .links2 { flex-direction: column; }
}
