body {
  font-family: 'DM Sans', sans-serif;
  color: #23286b;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.4em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.bg-dark {
  padding-bottom: 52px;
}

.section.hero {
  display: block;
  height: auto;
  min-height: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.footer {
  margin-top: -82px;
  margin-bottom: 19px;
  padding-top: 130px;
  padding-bottom: 33px;
}

.grid-3-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.card-description {
  margin-bottom: -1px;
  padding-top: 0px;
  padding-bottom: 48px;
}

.bg-dark {
  background-color: #23286b;
  color: #fff;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-flex.wide {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.primary-button {
  position: relative;
  margin-top: 31px;
  margin-bottom: -10px;
  padding: 16px 36px;
  border-radius: 0px;
  background-color: #f1b503;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #23286b;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.primary-button:hover {
  background-color: #d59f00;
}

.featured-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.grid-2-columns.last {
  margin-bottom: 0px;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-label {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 1em;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #23286b;
  text-decoration: none;
}

.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #fff;
}

.call-to-action-wrapper {
  padding-right: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pill {
  margin-bottom: 12px;
  padding: 6px 16px;
  border: 2px solid #428cfb;
  border-radius: 20px;
  color: #428cfb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #428cfb;
}

.nav-link.w--current {
  color: #428cfb;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #23286b;
  font-size: 1.2em;
  font-weight: 700;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.feature-link {
  margin-top: 20px;
  border-bottom: 2px solid #428cfb;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #428cfb;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.feature-link:hover {
  border-bottom-color: #1372ff;
  color: #1372ff;
}

.lightblue {
  color: #428cfb;
}

.footer-brand {
  color: #23286b;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  font-size: 1.2em;
}

.cta {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta.bg-dark {
  padding-bottom: 23px;
}

.subfooter {
  font-size: 0.8em;
  text-align: center;
}

.div-block {
  width: 80px;
  height: 1px;
}

.heading {
  color: #23286b;
  font-size: 70px;
}

.heading-2 {
  margin-top: -70px;
  padding-top: 0px;
  padding-bottom: 39px;
  padding-left: 96px;
}

.paragraph {
  margin-top: 33px;
  padding-top: 0px;
}

.image {
  margin-top: 22px;
}

.heading-3 {
  margin-top: -58px;
  margin-bottom: 30px;
  margin-left: 134px;
  padding-top: 30px;
}

.paragraph-2 {
  margin-right: 178px;
  margin-bottom: -55px;
  margin-left: 123px;
  font-size: 18px;
}

.column {
  padding-bottom: 104px;
}

.text-block-2 {
  margin-left: 9px;
  padding-top: 18px;
  padding-bottom: 28px;
  padding-left: 132px;
}

.column-2 {
  padding-left: 0px;
}

.columns {
  display: block;
  margin: 34px 147px 42px 0px;
}

.div-block-2 {
  padding-top: 88px;
  padding-right: 870px;
  padding-left: 135px;
}

.columns-2 {
  margin-right: 89px;
  margin-bottom: 28px;
  margin-left: 133px;
}

.columns-3 {
  margin-top: 43px;
  margin-right: 89px;
  margin-left: 133px;
}

.heading-4 {
  font-size: 25px;
}

.section-2 {
  background-color: #23286b;
}

.heading-5 {
  margin-top: 19px;
  padding-top: 24px;
  padding-left: 139px;
}

.columns-4 {
  padding-right: 135px;
  padding-bottom: 37px;
  padding-left: 132px;
}

.heading-6 {
  font-size: 30px;
}

.heading-7 {
  font-size: 30px;
}

.heading-8 {
  font-size: 30px;
}

.div-block-3 {
  background-color: #23286b;
  color: #fff;
}

.heading-9 {
  margin-top: 2px;
  margin-bottom: -40px;
  padding-top: 43px;
  padding-left: 138px;
}

.paragraph-3 {
  margin-top: -49px;
  padding-right: 117px;
  padding-bottom: 45px;
  padding-left: 135px;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  margin-bottom: -7px;
  padding-right: 139px;
  padding-bottom: 25px;
  padding-left: 138px;
}

.text-block-3 {
  margin-top: 2px;
  padding-top: 14px;
  padding-bottom: 48px;
  padding-left: 152px;
}

.link {
  margin-left: 541px;
  box-shadow: 1px 1px 3px 0 #000;
  opacity: 1;
  color: #fff;
}

.image-2 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.text-block-4 {
  margin-left: -353px;
  padding-left: 0px;
  text-align: center;
}

.column-3 {
  padding-left: 0px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-flex.call-to-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .call-to-action-wrapper {
    margin-bottom: 40px;
    padding-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(18px, 0px);
    -ms-transform: translate(18px, 0px);
    transform: translate(18px, 0px);
  }

  .heading {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-flex {
    padding-right: 24px;
    padding-left: 24px;
  }

  .featured-text {
    margin-bottom: 40px;
  }

  .grid-2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-2-columns.mobile-inverted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .brand {
    padding-left: 0px;
  }

  .footer-brand {
    margin-bottom: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .subfooter {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.4em;
  }

  .section {
    padding: 80px 10px;
  }

  .grid-3-columns {
    grid-column-gap: 20px;
  }

  .footer-menu {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-label {
    margin-top: 15px;
  }

  .feature-heading {
    font-size: 2em;
    line-height: 1;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-column {
    margin-bottom: 20px;
  }
}

#w-node-8d7c0722ac48-b27bc1fc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-730e65a24d19-b27bc1fc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-413ea66a55e3-b27bc1fc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8d7c0722ac48-2940119d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-730e65a24d19-2940119d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-413ea66a55e3-2940119d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-e69d73dfaa18-b27bc1fc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d60cd7993e10-b27bc1fc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d63bac9179dc-b27bc1fc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-5136f8d82cf2-b27bc1fc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-8d7c0722ac48-b27bc1fc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-730e65a24d19-b27bc1fc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f574bd590fc5-b27bc1fc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-413ea66a55e9-b27bc1fc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-413ea66a55e3-b27bc1fc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e69d73dfaa18-2940119d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d60cd7993e10-2940119d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d63bac9179dc-2940119d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-5136f8d82cf2-2940119d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-8d7c0722ac48-2940119d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-730e65a24d19-2940119d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f574bd590fc5-2940119d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-413ea66a55e9-2940119d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-413ea66a55e3-2940119d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  /* 修复移动端自适应问题 */
  .heading-5 {
    padding-left: 20px;
    text-align: center;
  }

  .columns-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-9 {
    padding-left: 20px;
    text-align: center;
  }

  .columns-5 {
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
  }

  .text-block-3 {
    padding-left: 20px;
    text-align: center;
  }

  .link {
    margin-left: 0;
    text-align: center;
    display: block;
  }

  .text-block-4 {
    margin-left: 0;
    text-align: center;
  }

  /* 修复About Us和Our Clients部分 */
  .grid-3-columns {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .columns-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .columns-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .card {
    text-align: center;
  }

  .card-title {
    font-size: 20px;
  }

  .card-description {
    padding-bottom: 20px;
  }

  /* 修复Our Clients布局 - 保持网格结构 */
  .columns-3 .w-col {
    width: 50%;
    float: left;
  }

  .columns-2 .w-col {
    width: 50%;
    float: left;
  }

  /* 修复About Us间距 */
  .grid-3-columns .card {
    margin-bottom: 20px;
  }

  /* 移动端Our Clients布局 - 改为单列显示所有客户 */
  .columns-3 {
    display: block;
  }

  .columns-3 .w-col {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .columns-2 {
    display: block;
  }

  .columns-2 .w-col {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  /* 隐藏移动端的列标题，直接显示客户名字 */
  .columns-3 .heading-4 {
    display: none;
  }

  /* 修复移动端Our Clients布局 - 保持分类结构 */
  .columns-3 {
    display: block;
  }

  .columns-3 .w-col {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .columns-2 {
    display: block;
  }

  .columns-2 .w-col {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  /* 保持分类标题显示 */
  .columns-3 .heading-4 {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }

  /* 修复移动端Our Clients布局 - 正确配对显示 */
  .columns-3 {
    display: block;
  }

  .columns-3 .w-col {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }

  .columns-2 {
    display: block;
  }

  .columns-2 .w-col {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  /* 保持分类标题显示并调整间距 */
  .columns-3 .heading-4 {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
  }

  /* 移动端配对显示：让每个分类标题和对应的客户名字在一起 */
  .columns-3 .w-col:nth-child(1) + .columns-2 .w-col:nth-child(1) {
    margin-top: 0;
  }

  .columns-3 .w-col:nth-child(2) + .columns-2 .w-col:nth-child(2) {
    margin-top: 0;
  }

  .columns-3 .w-col:nth-child(3) + .columns-2 .w-col:nth-child(3) {
    margin-top: 0;
  }

  .columns-3 .w-col:nth-child(4) + .columns-2 .w-col:nth-child(4) {
    margin-top: 0;
  }

  /* 移动端重排后的样式 */
  .mobile-clients-container {
    display: block;
  }

  .client-group {
    margin-bottom: 20px;
  }

  .client-group .w-col {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .client-group .heading-4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  /* 优化移动端布局稳定性 */
  .mobile-clients-container {
    display: block;
    width: 100%;
  }

  .client-group {
    margin-bottom: 20px;
    width: 100%;
  }

  .client-group .w-col {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    display: block;
  }

  .client-group .heading-4 {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
  }

  /* 确保移动端不会触发重新布局 */
  .columns-3,
  .columns-2 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media screen and (max-width: 479px) {
  /* 小屏幕设备的额外修复 */
  .heading-5 {
    padding-left: 10px;
    font-size: 1.8em;
  }

  .columns-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-9 {
    padding-left: 10px;
    font-size: 1.8em;
  }

  .columns-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-3 {
    padding-left: 10px;
  }

  .paragraph-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  /* 小屏幕的About Us和Our Clients修复 */
  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
  }

  .columns-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .columns-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .card-title {
    font-size: 18px;
  }

  .heading-4 {
    font-size: 20px;
  }

  /* 小屏幕的Our Clients布局优化 */
  .columns-3 .w-col {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .columns-2 .w-col {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  /* 小屏幕的About Us间距优化 */
  .grid-3-columns .card {
    margin-bottom: 15px;
  }

  .grid-3-columns {
    grid-row-gap: 15px;
  }

  /* 小屏幕Our Clients进一步优化 */
  .columns-3 .w-col div {
    margin-bottom: 8px;
  }

  .columns-2 .w-col div {
    margin-bottom: 8px;
  }

  /* 小屏幕分类标题优化 */
  .columns-3 .heading-4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .columns-3 .w-col {
    margin-bottom: 15px;
  }

  .columns-2 .w-col {
    margin-bottom: 15px;
  }
}

