@font-face {
  font-family: "Alimama FangYuanTi VF"; /* 自定义字体名称（后续引用用） */
  src: url("../font/ALiMaMaFangYuanTi/AlimamaFangYuanTiVF-Thin-2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 底部咨询样式 */
.bottom-cta {
  background: url('../image/index/image@1x.png') no-repeat center/cover;
  height: 330px;
  padding: 0px 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.bottom-cta span {
  display: block;
  padding-top: 86px !important;
  font-family: Alimama FangYuanTi VF;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #333333;
}

.bottom-cta .btn {
  display: inline-block;
  height: 64px;
  padding: 19px 30px;
  background-color: #ffc107;
  border-radius: 52px;
  font-family: PingFang SC;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  font-variation-settings: "opsz" auto;
  color: #333333;
  transition: all 0.3s ease;
}

.bottom-cta .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
}

/* 底部咨询响应式适配 */
@media (max-width: 768px) {
  .bottom-cta {
    height: auto;
    min-height: 300px;
    padding: 20px 10px;
  }

  .bottom-cta span {
    font-size: 20px !important;
    padding: 0 10px;
    padding-top: 40px !important;
    line-height: 1.3;
  }

  .bottom-cta .btn {
    font-size: 18px;
    height: 50px;
    padding: 12px 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

/* 汉堡菜单样式 */
.menu-toggle {
  display: none; /* 默认隐藏，仅在移动端显示 */
  cursor: pointer;
  width: 40px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.menu-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f8f6f6;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 0px;
}

.menu-toggle span:nth-child(2) {
  top: 10px;
}

.menu-toggle span:nth-child(3) {
  top: 20px;
}

/* 汉堡菜单动画类 */
.transform-rotate-45 {
  transform: rotate(45deg) !important;
  top: 10px !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.transform-rotate--45 {
  transform: rotate(-45deg) !important;
  top: 10px !important;
}
/* 移动端导航样式 */
    .mobile-nav {
      display: none;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      flex-direction: column;
      align-items: center;
      padding: 20px 0;
      z-index: 99;
    }

    .mobile-nav a {
      display: block;
      padding: 15px 0;
      width: 100%;
      text-align: center;
      font-size: 18px;
      color: #f8f6f6;
    }


/* 核心样式：图片下划线 */
.custom-underline {
  margin-top: 19px;
  text-decoration: none;
  padding-bottom: 19px;
  background-image: url('../image/index/xhx.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 26.5px 13.03px;
}


/* 背景图动画 */
@keyframes bgAnimation {
  0% {
    background-position: center center;
    background-size: 100% cover;
  }
  50% {
    background-position: center 10%;
    background-size: 105% cover;
  }
  100% {
    background-position: center center;
    background-size: 100% cover;
  }
}





/* 滚动渐入动画 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  font-family: Alimama FangYuanTi VF;
  font-size: 64px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

/* 响应式适配 */
@media (max-width: 768px) {
  /* 显示汉堡菜单，隐藏桌面导航 */
  .menu-toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000;
  }

  .top-nav {
    display: none !important;
  }





  .banner h1 {
    font-size: 24px;
  }

  .banner img {
    max-width: 80%;
  }

  .top-nav a {
    font-size: 16px;
    margin-left: 10px;
  }

}

/* 数据统计区域 */
.data-statistics {
  /* 预留背景图片位置 */
  background: url('../image/product/statistics-bg.png') no-repeat center/cover;
  background-color: #f8f9fa;
  height: 165px;
  padding: 34px 20px;
  text-align: center;
}

.data-statistics .data-item {
  display: inline-block;
  margin: 0 60px;
}

.data-statistics .data-item h2 {
    font-family: PingFang SC;
    font-size: 44px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 30px;

    font-variation-settings: "opsz" auto;
    color: #FEBE3F;

    -webkit-text-stroke: #FEBE3F 1px; /* 浏览器可能不支持 */
}

.data-statistics .data-item p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0px;
    margin-bottom: 34px;
    font-variation-settings: "opsz" auto;
    color: #333333;
}

/* 响应式适配 - 数据统计区域 */
@media (max-width: 768px) {
  .data-statistics {
    padding: 40px 10px;
  }

  .data-statistics .data-item {
    display: block;
    margin: 20px auto;
  }

  .data-statistics .data-item h2 {
    font-size: 36px;
  }

  .data-statistics .data-item p {
    font-size: 16px;
  }
}

/* 顶部导航 */
.banner-top {
  background: url('../image/index/banner-bg.png') no-repeat center/cover;
  background-color: rgba(26, 22, 22, 0.7);
  height: auto;
  min-height: 740px;
  /* 让背景图和颜色叠加 */
  background-blend-mode: multiply; 
  padding: 20px;
  /* 应用动画 */
  animation: bgAnimation 20s ease-in-out infinite;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 20px;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
}

.top-nav a {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0px;
  margin-left: 20px;
  color: #F7F7F7;
  font-variation-settings: "opsz" auto;
}

/* 横幅 */
.banner {
  width: 100%;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.banner h1 {
  font-family: Alimama FangYuanTi VF;
  font-size: 62px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  margin-bottom: 20px;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
}

.banner p {
  font-family: Alimama FangYuanTi VF;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin-top: 29px;
  margin-bottom: 29px;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
}

.banner_p {
  font-family: Alimama FangYuanTi VF;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.56px;
  margin-bottom: 29px;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
}

.banner img {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  max-width: 100%;
  height: auto;
}

.banner .btn {
  display: block;
  margin: 122px auto;
  width: 204px;
  height: 64px;
  padding: 12px 30px;
  background-color: #ffc107;
  color: #333;
  border-radius: 30px;
  font-family: PingFang SC;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.5s ease;
  z-index: -1;
}

.banner .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
}

.banner .btn:hover::before {
  left: 100%;
}

/* 横幅变体 */
.banner-1 {
  width: 100%;
  height: 566px;
  color: #fff;
  padding: 1px 20px;
  text-align: center;
}

.banner-1 h1 {
  font-family: Alimama FangYuanTi VF;
  font-size: 84px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #FAFDFC;
}

.banner-1 .btn {
  display: block;
  margin: 60px auto;
  width: 204px;
  height: 64px;
  padding: 12px 30px;
  background-color: #ffc107;
  color: #333;
  border-radius: 30px;
  font-family: PingFang SC;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-1 .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.5s ease;
  z-index: -1;
}

.banner-1 .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(255, 193, 7, 0.4);
}

.banner-1 .btn:hover::before {
  left: 100%;
}

/* 移动端适配 - 横幅 */
@media (max-width: 768px) {
  .banner-1 {
    height: auto;
    min-height: 400px;
    padding: 30px 15px;
  }

  .banner-1 h1 {
    font-size: 56px;
  }

  .banner-1 .btn {
    width: 180px;
    height: 56px;
    font-size: 22px;
    margin: 40px auto;
  }
}

@media (max-width: 480px) {
  .banner-1 {
    min-height: 350px;
  }

  .banner-1 h1 {
    font-size: 48px;
  }

  .banner-1 .btn {
    width: 160px;
    height: 50px;
    font-size: 20px;
  }
}

.industry-status {
  margin-top: 87px;
  text-align: center;
  padding: 0 20px;
}
.industry-status h2 {
    background-image: url('../image/index/hxys.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;
    font-family: PingFang SC;
    font-size: 42px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;

    font-variation-settings: "opsz" auto;
    color: #333333;

    -webkit-text-stroke: #333333 0.4px; /* 浏览器可能不支持 */

    margin-bottom: 50px;
}

.industry-status-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    max-width: 1200px;
    margin: 0 auto;
}

.fade-in-up {
      font-family: Alimama FangYuanTi VF;
      font-size: 64px;
      font-weight: bold;
      line-height: 100%;
      letter-spacing: 0em;
      font-variation-settings: "opsz" auto;
      color: #FAFDFC;
      animation: fadeInUp 0.8s ease forwards;
      opacity: 0;
}

.industry-status-item{
    width: 290px;
    height: 348px;
    opacity: 1;
    border: 1px solid;
    border-image: linear-gradient(180deg, #FEBE3F 0%, rgba(254, 190, 63, 0) 100%) 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 80px;
}

.industry-status-item img{
    width: 290px;
    height: 183px;
}

.industry-status-item h3{
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 15px 0;
    font-variation-settings: "opsz" auto;
    color: #333333;
}

.industry-status-item p{
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0px;

    font-variation-settings: "opsz" auto;
    color: #333333;
}

.hardware-product{
    text-align: center;
    padding: 66px 20px;
    height: 922px;
    background: #F7F7F7;
}

/* 默认PC端显示 */
.hardware-product img[src$="yj.png"] {
    display: block;
    margin: 0 auto;
}

/* 默认隐藏移动端图片 */
.hardware-product img[src$="mobile-yj.png"] {
    display: none;
}

/* 移动端适配 */
@media (max-width: 768px) {
    /* 隐藏PC端图片 */
    .hardware-product img[src$="yj.png"] {
        display: none;
    }

    /* 显示移动端图片 */
    .hardware-product img[src$="mobile-yj.png"] {
        display: block;
        margin: 0 auto;
    }
}

.hardware-product h2{
    background-image: url('../image/index/hxys.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;
    font-family: PingFang SC;
    font-size: 42px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;

    font-variation-settings: "opsz" auto;
    color: #333333;

    -webkit-text-stroke: #333333 0.4px; /* 浏览器可能不支持 */
    margin-bottom: 50px;
}

.four-steps {
    margin-top: 87px;
    text-align: center;
    padding: 0 20px;
}

.four-steps h2 {
    background-image: url('../image/index/hxys.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;
    font-family: PingFang SC;
    font-size: 42px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #333333;
    margin-bottom: 50px;
}

.step-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    position: relative;
}

/* 连接线样式 - 省略号/点线 */
.step-content::before {
    content: '';
    position: absolute;
    top: 207px;
    left: 50%;
    transform: translateX(-50%);
    width: 41%;
    height: 12px;
    background-image: radial-gradient(#FEBE3F 1px, transparent 1px);
    background-size: 5px 10px;
    z-index: 0;
}

.step-item {
    width: 290px;
    height: 422px;
    background: #FFFFFF;
    border: 1px solid;
    border-image: linear-gradient(180deg, #FEBE3F 0%, rgba(254, 190, 63, 0) 100%) 1;

    box-shadow: inset 0px 0px 10px 0px #FFF2D8;
}


.step-item img {
    width: 100%;
    height: 183px;
    object-fit: cover;
    margin-bottom: 15px;
}

.step-item h3 {
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 10px;
}

.step-title1{
    background-image: url('../image/product/1.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;

}
.step-title2{
    background-image: url('../image/product/2.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;
}
.step-title3{
    background-image: url('../image/product/3.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;
}
.step-title4{
    background-image: url('../image/product/4.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;
}
.step-item p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0px;
    color: #333333;
    font-variation-settings: "opsz" auto;

    -webkit-text-stroke: #333333 0.4px; /* 浏览器可能不支持 */
}

.cooperation-process-content {    display: grid;    grid-template-columns: repeat(3, 1fr);    gap: 30px;    justify-items: center;    max-width: 1400px;    margin: 0 auto;    text-align: left;}/* PC端隐藏mobile-cooperation-process-content */.mobile-cooperation-process-content {    display: none;}

/* PC端隐藏mobile.png */
.cooperation-process-content img[src$="mobile.png"] {
    display: none;
}

/* 移动端适配 */@media (max-width: 768px) {    /* 隐藏PC端内容 */    .cooperation-process-content {        display: none;    }    /* 显示移动端内容 */    .mobile-cooperation-process-content {        display: flex;        flex-direction: column;        align-items: center;        justify-content: center;        gap: 20px;        max-width: 1400px;        margin: 0 auto;    }    .mobile-cooperation-process-content img {        display: block;        margin: 0 auto;        max-width: 100%;        height: auto;    }    /* 确保mobile-yj.png在移动端等比缩小且不超出页面 */    .mobile-cooperation-process-content img[src$="mobile-yj.png"] {        max-width: 100%;        height: auto;        max-height: 80vh;        object-fit: contain;    }

    .cooperation-process h2 {
        font-size: 32px;
        padding: 20px 10px;
    }

    /* 显示mobile.png并居中 */
    .cooperation-process-content img[src$="mobile.png"] {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    /* 隐藏其他项目 */
    .cooperation-process-item1,
    .cooperation-process-item2,
    .cooperation-process-item3,
    .cooperation-process-item4 {
        display: none;
    }

    .cooperation-process-content span {
        font-size: 14px;
        padding: 0 10px;
    }

    .cooperation-process-item-content img {
        max-width: 100%;
        height: auto;
    }
}

.cooperation-process-content h1 {
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    padding-left: 40px;
    font-variation-settings: "opsz" auto;
    color: #333333;
}

.cooperation-process-content span {

    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0px;
    padding-left: 40px;
    font-variation-settings: "opsz" auto;
    color: #333333;
}

/* 调整第二行项目顺序 */
.cooperation-process-item6 {
    grid-column: 1;
    grid-row: 2;
}

.cooperation-process-item5 {
    grid-column: 2;
    grid-row: 2;
}

.cooperation-process-item4 {
    grid-column: 3;
    grid-row: 2;
}

.cooperation-process{
    padding: 66px 20px;
    height: auto;
    min-height: 922px;
    text-align: center;
}
.cooperation-process h2{
    background-image: url('../image/index/hxys.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 27px 20px;
    font-family: PingFang SC;
    font-size: 42px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #333333;
    margin-bottom: 50px;
}

.cooperation-process-item1,
.cooperation-process-item2,
.cooperation-process-item3,
.cooperation-process-item4,
.cooperation-process-item5,
.cooperation-process-item6 {
    width: 100%;
    max-width: 423px;
    height: 344px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.cooperation-process-item1 {
    background-image: url('../image/product/l1.png');
}
.cooperation-process-item2 {
    background-image: url('../image/product/l2.png');
}
.cooperation-process-item3 {
    background-image: url('../image/product/l3.png');
    height: 374px;
}
.cooperation-process-item4 {
    background-image: url('../image/product/l4.png');
}
.cooperation-process-item5 {
    background-image: url('../image/product/l5.png');
}
.cooperation-process-item6 {
    background-image: url('../image/product/l6.png');
}

/* 统一项目内容样式 */
[class^="cooperation-process-item"] { 
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    box-sizing: border-box;
}

[class^="cooperation-process-item"] h1 {
    font-family: PingFang SC;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

[class^="cooperation-process-item"] p {
    font-family: PingFang SC;
    font-size: 16px;
    color: #666666;
    text-align: center;
    max-width: 80%;
    margin: 0;
}

/* 统一内容区域样式 */
.cooperation-process-item-content {
    width: 92%;
    display: flex;
    padding: 40px 0px 55px 0px;
    box-sizing: border-box;
    min-width: 0;
    flex-direction: row;
    justify-content: space-around;
}

/* 确保图片不会被其他样式影响 */
.cooperation-process-item-content img {
    display: block;
    max-width: 45%;
    height: auto;
    box-sizing: border-box;
    object-fit: contain;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .cooperation-process-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cooperation-process-item6 {
        grid-column: 1;
        grid-row: 3;
    }
    
    .cooperation-process-item5 {
        grid-column: 2;
        grid-row: 3;
    }
    
    .cooperation-process-item4 {
        grid-column: 1;
        grid-row: 4;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .cooperation-process-content {
        grid-template-columns: 1fr;
    }
    
    [class^="cooperation-process-item"] {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}
.cooperation-process-item5{
    width: 423px;
    height: 344px;
    background-image: url('../image/product/l5.png');
	
}
.cooperation-process-item6{
    width: 423px;
    height: 344px;
    background-image: url('../image/product/l6.png');
	
}

    @media (max-width: 768px) {
      /* 页脚移动端适配 */
      footer {
        padding: 30px 20px;
      }
      
      .footer-top {
        flex-direction: column;
        gap: 20px;
      }
      
      .footer-section {
        flex: 1 1 100%;
        margin-bottom: 15px;
      }
      
      .qr-code-container {
        margin-right: 15px;
        margin-bottom: 10px;
      }
      
      .qr-code {
        width: 100px;
        height: 100px;
      }
      
      /* 显示汉堡菜单，隐藏桌面导航 */
      .menu-toggle {
        display: block;
      }

      .top-nav {
        display: none;
      }

      /* 展开的移动菜单样式 */
      .mobile-nav.active {
        display: flex;
      }
      .banner h1 {
        font-size: 24px;
      }

      .banner img {
        max-width: 80%;
      }

      .top-nav a {
        font-size: 16px;
        margin-left: 10px;
      }

      .banner-top {
        min-height: 500px;
        padding: 10px;
      }

      .core-advantages h2,
      .platforms h2,
      .solutions h2,
      .hardware-software h2,
      .customer-cases h2,
      .partners h2 {
        font-size: 20px;
      }

      /* 合作伙伴移动端适配 */
      .partners-logos {
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        padding: 0 10px;
        gap: 10px;
      }

      .partners-logos img {
        width: 100%;
        height: auto;
        max-height: 70px;
      }

      /* 底部咨询移动端适配 */
      .bottom-cta {
        height: auto;
        min-height: 300px;
        padding: 20px 10px;
      }

      .bottom-cta span {
        font-size: 20px !important;
        padding: 0 10px;
        padding-top: 40px !important;
        line-height: 1.3;
      }

      .bottom-cta .btn {
        font-size: 18px;
        height: 50px;
        padding: 12px 20px;
        margin-top: 20px !important;
      }

      /* 小屏幕适配 */
      @media (max-width: 375px) {
        .partners-logos {
          grid-template-columns: 1fr;
        }
      }
    }