/* reset */
.need-area {
  --need-top-color: #f5fbff;
}

/* reset */

/* top-banner */
.top-banner {
  position: relative;
  padding: 0;
  height: 756px;
}

.top-banner .swiper-slide {
  height: auto;
}

.top-banner .slide-first {
  background: url('/public/images/index/top-banner/banner-two.jpg') no-repeat center / cover;
}

.top-banner .slide-second {
  background: url('/public/images/index/top-banner/banner.jpg') no-repeat center / cover;
}

.top-banner .slide-third {
  background: url('/public/images/index/top-banner/banner-three.jpg') no-repeat center / cover;
}

.swiper-btns {
  position: absolute;
  bottom: 20px;
  right: 100px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 11;
}

.swiper-arrows {
  width: 80px;
  height: 80px;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  border-radius: 50%;
  transition: all 0.3s linear;
  cursor: pointer;
}

.swiper-arrows:hover {
  border-color: var(--yellow-color);
  color: var(--light-color);
  background: var(--yellow-color);
}

.top-banner .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 100px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  width: fit-content;
  font-size: 30px;
  color: var(--white-color);
  z-index: 10;
}

.top-banner .swiper-pagination-current {
  font-size: 63px;
  color: var(--yellow-color);
}

.top-banner-title {
  color: var(--yellow-color);
  font-size: 54px;
}

.top-banner-desc {
  color: var(--white-color);
  font-size: 20px;
  margin-top: 20px;
}

.top-banner-btn {
  margin-top: 20px;
}

/* 响应式设计 */
/* 小屏电脑 (1200px以下) */
@media (max-width: 1200px) {
  .top-banner {
    height: 650px;
  }

  .top-banner-title {
    font-size: 48px;
  }

  .top-banner-desc {
    font-size: 18px;
  }

  .swiper-btns {
    right: 50px;
  }

  .top-banner .swiper-pagination {
    left: 50px;
  }

  .swiper-arrows {
    width: 60px;
    height: 60px;
  }
}

/* Pad端 (768px - 991px) */
@media (max-width: 991px) {
  .top-banner {
    height: 550px;
  }

  .top-banner-title {
    font-size: 36px;
  }

  .top-banner-desc {
    font-size: 16px;
  }

  .base-btn {
    height: 40px;
    padding: 5px 10px;
    font-size: 14px;
  }

  .swiper-btns {
    right: 30px;
    gap: 10px;
  }

  .top-banner .swiper-pagination {
    left: 30px;
    font-size: 24px;
  }

  .top-banner .swiper-pagination-current {
    font-size: 48px;
  }

  .swiper-arrows {
    width: 50px;
    height: 50px;
  }
}

/* 移动端 (767px以下) */
@media (max-width: 767px) {
  .top-banner {
    height: 450px;
  }

  .top-banner-title {
    font-size: 28px;
  }

  .top-banner-desc {
    font-size: 14px;
    margin-top: 15px;
  }

  .top-banner-btn {
    margin-top: 15px;
  }

  .base-btn {
    font-size: 12px;
  }

  .swiper-btns {
    right: 20px;
    bottom: 15px;
  }

  .top-banner .swiper-pagination {
    left: 20px;
    bottom: 15px;
    font-size: 18px;
  }

  .top-banner .swiper-pagination-current {
    font-size: 36px;
  }

  .swiper-arrows {
    width: 40px;
    height: 40px;
  }

  .swiper-arrows svg {
    width: 12px;
    height: 12px;
  }
}

/* 小屏移动端 (480px以下) */
@media (max-width: 479px) {
  .top-banner {
    height: 380px;
  }

  .top-banner-title {
    font-size: 24px;
  }

  .top-banner-desc {
    font-size: 12px;
  }

  .base-btn {
    font-size: 11px;
  }

  .swiper-btns {
    right: 15px;
    bottom: 10px;
    gap: 8px;
  }

  .top-banner .swiper-pagination {
    left: 15px;
    bottom: 10px;
    font-size: 14px;
  }

  .top-banner .swiper-pagination-current {
    font-size: 28px;
  }

  .swiper-arrows {
    width: 35px;
    height: 35px;
  }
}

/* top-banner */
/* stats-area */
.stats-area {
  padding: 60px 0;
}

.stats-area .base-maxwidth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.stats-left {
  width: 60%;
}

.stats-image {
  position: relative;
  width: 40%;
}

.stats-image img {
  max-width: 100%;
  display: block;
  margin: 0 40px 0 -10px;
}

.stats-position,
.stats-line,
.stats-text {
  position: absolute;
}

.stats-usa {
  --dot-color: #F6A00E;
  top: 32%;
  left: 22%;
}

.stats-dot {
  display: block;
  width: 37px;
  height: 37px;
  background: radial-gradient(circle, var(--dot-color) 0, var(--dot-color) 50%, transparent 50%, transparent 60%, var(--dot-color) 60%, var(--dot-color) 70%);
  border-radius: 50%;
}

.stats-text h3 {
  font-size: 20px;
}

.stats-text ul {
  margin-top: 6px;
}

.stats-text li {
  margin-top: 12px;
}

.stats-text p {
  color: var(--text-light-color);
}

.stats-text p+b {
  display: block;
  margin-top: 2px;
}

.stats-text b {
  color: var(--light-color);
}

.stats-usa .stats-line {
  bottom: 54%;
  right: 100%;
  width: 135px;
  height: 24px;
  background: url("/public/images/index/stats/usa-line.svg") top left/cover no-repeat;
}

.stats-usa .stats-text {
  right: 350%;
  top: -30%;
}


.stats-europe {
  --dot-color: #2AB5E0;
  top: 30%;
  left: 50%;
}

.stats-europe .stats-line {
  bottom: 100%;
  left: 50%;
  width: 85px;
  height: 130px;
  background: url("/public/images/index/stats/europe-line.svg") right top/cover no-repeat;
}

.stats-europe .stats-text {
  left: 300%;
  bottom: 350%;
}

.stats-europe .stats-text ul,
.stats-europe .stats-text li {
  margin-top: 1px;
}


.stats-china {
  --dot-color: #FF4848;
  top: 40%;
  right: 20%;
}

.stats-china .stats-line {
  bottom: 85%;
  left: 75%;
  width: 102px;
  height: 63px;
  background: url("/public/images/index/stats/china-line.svg") right top/cover no-repeat;
}

.stats-china .stats-text {
  left: 360%;
  top: -170%;
}


.stats-area .section-title {
  margin-bottom: 40px;
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.stats-item {
  width: 31%;
  margin-bottom: 30px;
  font-size: 16px;
  color: var(--text-light-color);
}

.stats-number {
  color: var(--light-color);
}

.stats-number .counter {
  font-size: 50px;
  font-weight: 700;
}

.stats-number span {
  font-size: 16px;
}

.stats-desc {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.stats-btn-wrap {
  margin-top: 20px;
}

@media (min-width: 1481px) {
  .section-title {
    font-size: 42px;
  }
}

@media (max-width: 1800px) {
  .stats-china .stats-text {
    left: 70%;
    top: -120%;
    text-align: right;
  }
}

@media (max-width: 1430px) {
  .stats-china .stats-text {
    left: 26%;
  }

  .stats-usa .stats-text {
    right: 240%;
    top: 20%;
  }
}

@media (max-width: 1199px) {

  .stats-number .counter {
    font-size: 44px;
  }

  .stats-china .stats-text {
    left: -43%;
  }

  .stats-usa .stats-text {
    right: 200%;
  }
}

@media (max-width: 991px) {

  .stats-left,
  .stats-image {
    width: 100%;
  }

  .stats-item {
    width: 48%;
  }

  .stats-image {
    margin-top: 40px;
    text-align: center;
  }

  .stats-image img {
    margin: 0 auto;
  }

  .stats-area .section-btn {
    margin: 20px auto 0;
  }

  .stats-area .section-btn a {
    margin: 0 auto;
  }

  .stats-china .stats-text {
    left: 26%;
  }

  .stats-usa .stats-text {
    right: 350%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .stats-area {
    padding: 40px 0;
  }

  .stats-area .section-title {
    margin-bottom: 25px;
    text-align: center;
  }

  /* 核心修改：移动端两列 */
  .stats-item {
    width: calc(50% - 10px);
    text-align: center;
    margin-bottom: 20px;
  }

  .stats-grid {
    gap: 15px;
  }

  .stats-number .counter {
    font-size: 28px;
  }

  .stats-desc {
    font-size: 12px;
  }

  .stats-btn-wrap {
    text-align: center;
    margin-top: 15px;
  }

  .stats-dot {
    width: 16px;
    height: 16px;
  }

  .stats-text h3,
  .stats-text ul {
    font-size: 12px;
  }

  .stats-text ul {
    margin-top: 0;
  }

  .stats-text li {
    margin-top: 2px;
  }

  .stats-usa .stats-text {
    right: 170%;
    top: -6px;
  }

  .stats-usa .stats-line {
    width: 45px;
    height: 8px;
  }

  .stats-europe .stats-text {
    left: 230%;
    bottom: 243%;
  }

  .stats-europe .stats-line {
    height: 50px;
    width: 33px;
  }

  .stats-china .stats-line {
    width: 32px;
    height: 20px;
  }
  
  .stats-china .stats-text {
    left: -133%;
    top: -140%;
  }
}

/* stats-area */

/* your-area */
.your-area {
  background: #f5f9ff;
}

.your-area .section-title {
  margin-bottom: 60px;
}

.your-wrapper {
  padding: 70px 50px 50px;
  background: url("/public/images/index/your-area/your-bg.jpg") no-repeat center/cover;
  border-radius: 30px;
  color: var(--white-color);
}

.your-w-title {
  position: relative;
  font-size: 50px;
  padding-bottom: 20px;
}

.your-w-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 8px;
  border-radius: 4px;
  background: var(--white-color);
}

.your-w-left,
.your-w-right {
  width: calc(50% - 120px);
}

.your-w-middle {
  margin: auto 50px;
}

.your-w-card {
  position: relative;
  padding: 28px;
  border-radius: 16px;
  background: rgba(72, 139, 243, 0.8);
  backdrop-filter: blur(7px);
  overflow: hidden;
}

.your-w-card-title {
  position: absolute;
  width: fit-content;
  max-width: 100%;
  padding: 14px 45px 14px 24px;
  border-radius: 16px 50px 50px 0;
  font-size: 38px;
  font-weight: 500;
}

.your-w-card-title.yellow {
  background: var(--yellow-color);
  color: var(--light-color);
}

.your-w-card-title.red {
  background: var(--red-color);
  color: var(--white-color);
}

.your-w-title+.your-w-card {
  margin-top: 35px;
}

.your-w-card img {
  width: 100%;
  border-radius: 16px;
}

.your-w-card ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  gap: 20px 48px;
  padding: 24px 32px;
  min-height: 115px;
  background: rgba(72, 139, 243, 0.8);
  backdrop-filter: blur(7px);
}

.your-w-card li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

/* .your-w-right .your-w-card li {
  flex: 1 1 calc(30% - 20px);
} */

.your-w-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow-color);
}

@media (max-width: 1680px) {
  .your-wrapper {
    padding: 50px 30px 40px;
  }

  .your-w-left,
  .your-w-right {
    width: calc(50% - 80px);
  }

  .your-w-middle {
    margin: auto 30px;
  }

  .your-w-title {
    font-size: 42px;
  }

  .your-w-card-title {
    font-size: 32px;
    padding: 12px 35px 12px 20px;
    border-radius: 14px 45px 45px 0;
  }
}

@media (max-width: 1200px) {
  .your-w-title {
    font-size: 34px;
  }

  .your-area .section-title {
    margin-bottom: 40px;
  }

  .your-wrapper {
    padding: 30px 20px 30px;
    border-radius: 16px;
  }

  .your-w-title::after {
    width: 40px;
    height: 6px;
  }

  .your-w-card {
    padding: 20px;
    border-radius: 12px;
  }

  .your-w-card-title {
    font-size: 22px;
    padding: 8px 22px 8px 14px;
    border-radius: 10px 35px 35px 0;
    white-space: normal;
    line-height: 1.3;
    max-width: 90%;
    /* 防止标题撑满卡片 */
  }

  .your-w-title+.your-w-card {
    margin-top: 25px;
  }

  .your-w-card ul {
    padding: 20px;
    gap: 15px 20px;
    min-height: auto;
  }

  .your-w-card li {
    font-size: 14px;
    padding-left: 16px;
  }

  /* .your-w-right .your-w-card li {
    flex: 1 1 calc(50% - 15px);
  } */

  .your-w-card li::before {
    width: 10px;
    height: 10px;
    top: 4px;
  }
}

/* 3. 平板横屏 / 小平板（992px 以下）- 上下布局，标题适配 */
@media (max-width: 992px) {
  .your-wrapper {
    padding: 40px 25px 35px;
    border-radius: 20px;
    flex-direction: column;
  }

  .your-w-left,
  .your-w-right {
    width: 100%;
  }

  .your-w-title {
    font-size: 36px;
    padding-bottom: 15px;
  }

  .your-w-middle {
    margin: 20px auto;
  }

  .your-w-card {
    padding: 24px;
  }

  .your-w-card-title {
    font-size: 28px;
    padding: 10px 30px 10px 18px;
    border-radius: 12px 40px 40px 0;
    white-space: normal;
    /* 平板允许换行 */
    line-height: 1.3;
  }
}

@media (max-width: 576px) {
  .your-wrapper {
    padding: 25px 15px;
  }

  .your-w-title {
    font-size: 24px;
  }

  .your-w-card {
    padding: 16px;
  }

  .your-w-card-title {
    font-size: 18px;
    padding: 6px 18px 6px 12px;
    border-radius: 8px 30px 30px 0;
    max-width: 95%;
  }

  .your-w-card ul {
    padding: 16px;
  }

  /* .your-w-right .your-w-card li {
    flex: auto;
  } */
}

.your-value-title {
  position: relative;
  margin-top: 60px;
  padding-bottom: 20px;
  font-size: 40px;
}

.your-value-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 8px;
  border-radius: 4px;
  background: var(--light-color);
}

.your-value-wrapper {
  margin: 20px -7.5px 0;
}

.your-value-wrapper li {
  min-width: 245px;
  flex: 1;
  margin: 15px 7.5px 0;
  padding: 32px 32px 35px;
  background-color: var(--white-color);
  border-radius: 16px;
  font-size: 18px;
  transition: all 0.3s;
}

.your-value-wrapper li:hover {
  transform: scale(1.05);
}

.your-value-wrapper li img {
  width: 60px;
  height: 60px;
  margin-bottom: 35px;
}

.your-value-wrapper li p {
  text-align: center;
}

@media (max-width: 1480px) {
  .your-value-wrapper li {
    min-width: 220px;
    padding: 28px 24px 30px;
    font-size: 17px;
  }

  .your-value-wrapper li img {
    width: 55px;
    height: 55px;
    margin-bottom: 28px;
  }
}

/* Pad 平板端 */
@media (max-width: 992px) {
  .your-value-title {
    margin-top: 45px;
  }

  .your-value-wrapper li {
    min-width: 200px;
    padding: 24px 20px 26px;
    font-size: 16px;
  }

  .your-value-wrapper li img {
    width: 50px;
    height: 50px;
    margin-bottom: 24px;
  }
}

/* 移动端 */
@media (max-width: 768px) {
  .your-value-title {
    margin-top: 35px;
    font-size: 24px;
  }

  .your-value-wrapper {
    margin: 15px -5px 0;
  }

  .your-value-wrapper li {
    min-width: 160px;
    margin: 10px 5px 0;
    padding: 20px 16px 22px;
    font-size: 15px;
    border-radius: 12px;
  }

  .your-value-wrapper li img {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
  }
}

/* 超小屏手机优化 */
@media (max-width: 576px) {
  .your-value-wrapper li {
    min-width: 140px;
    padding: 18px 14px 20px;
    font-size: 14px;
  }

  .your-value-wrapper li img {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
}

/* your-area */

/* trusted-area */
.trusted-title {
  max-width: 800px;
  position: relative;
  padding-bottom: 20px;
}

.trusted-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 8px;
  border-radius: 4px;
  background: var(--light-color);
}

.trusted-desc {
  max-width: 800px;
  margin-top: 20px;
}

.trusted-wrapper {
  margin: -40px 0 0 70px;
  gap: 30px;
}

.trusted-box:first-child {
  margin-top: 250px;
}

.trusted-box:nth-of-type(2) {
  margin-top: 55px;
}

.trusted-box:nth-of-type(3) {
  margin-top: 126px;
}

.trusted-item {
  position: relative;
  border-radius: 20px;
  aspect-ratio: 364 / 460;
  overflow: hidden;
  transition: all 0.3s;
}

.trusted-item:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .4);
}

.trusted-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 100%);
}

.trusted-item+.trusted-item {
  margin-top: 30px;
}

.trusted-item img {
  width: 100%;
}

.trusted-item .trusted-top,
.trusted-item h3 {
  position: absolute;
  color: var(--white-color);
}

.trusted-item .trusted-top {
  top: 16px;
  right: 26px;
  font-size: 40px;
  font-weight: bold;
  font-size: 40px;
  color: rgba(5, 84, 242, 0);
  text-stroke: 1px var(--white-color);
  text-transform: none;
  -webkit-text-stroke: 1px var(--white-color);
}

.trusted-item h3 {
  bottom: 16px;
  left: 26px;
  font-size: 24px;
}

.trusted-title {
  position: relative;
  padding-bottom: 20px;
}

.trusted-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 8px;
  border-radius: 4px;
  background: var(--light-color);
}

.trusted-wrapper {
  margin: -40px 0 0 70px;
  gap: 30px;
}

.trusted-box:first-child {
  margin-top: 250px;
}

.trusted-box:nth-of-type(2) {
  margin-top: 55px;
}

.trusted-box:nth-of-type(3) {
  margin-top: 126px;
}

.trusted-item {
  position: relative;
  border-radius: 20px;
  aspect-ratio: 364 / 460;
  overflow: hidden;
}

.trusted-item+.trusted-item {
  margin-top: 30px;
}

.trusted-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trusted-item .trusted-top,
.trusted-item h3 {
  position: absolute;
  color: var(--white-color);
}

.trusted-item .trusted-top {
  top: 16px;
  right: 26px;
  font-size: 40px;
  font-weight: bold;
  color: rgba(5, 84, 242, 0);
  text-stroke: 1px var(--white-color);
  text-transform: none;
  -webkit-text-stroke: 1px var(--white-color);
}

.trusted-item h3 {
  bottom: 16px;
  left: 26px;
  font-size: 24px;
}

/* =================================== */
/* 👇 下面是我给你加的三端响应式（只改这里） */
/* =================================== */

/* 1480px 以下（小屏电脑） */
@media (max-width: 1480px) {
  .trusted-wrapper {
    margin-left: 40px;
    gap: 20px;
  }

  .trusted-box:first-child {
    margin-top: 200px;
  }

  .trusted-box:nth-of-type(2) {
    margin-top: 40px;
  }

  .trusted-box:nth-of-type(3) {
    margin-top: 100px;
  }

  .trusted-item .trusted-top {
    font-size: 36px;
  }

  .trusted-item h3 {
    font-size: 22px;
  }
}

/* pad 端（991px 以下） */
@media (max-width: 991px) {
  .trusted-wrapper {
    margin: 30px 0 0;
    flex-direction: column;
    gap: 20px;
  }

  .trusted-box:first-child,
  .trusted-box:nth-of-type(2),
  .trusted-box:nth-of-type(3) {
    margin-top: 0;
  }

  .trusted-title {
    text-align: center;
    padding-bottom: 16px;
  }

  .trusted-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .trusted-desc {
    margin: 20px auto 0;
    text-align: center;
  }

  .trusted-item {
    aspect-ratio: 340 / 420;
  }

  .trusted-item .trusted-top {
    font-size: 34px;
    right: 20px;
  }

  .trusted-item h3 {
    font-size: 20px;
    left: 20px;
  }
}

/* 移动端（767px 以下） */
@media (max-width: 767px) {
  .trusted-wrapper {
    margin: 20px 0 0;
    gap: 16px;
  }

  .trusted-title {
    padding-bottom: 12px;
  }

  .trusted-title::after {
    width: 40px;
    height: 6px;
  }

  .trusted-item {
    aspect-ratio: 320 / 400;
    border-radius: 16px;
  }

  .trusted-item .trusted-top {
    font-size: 30px;
    top: 12px;
    right: 16px;
  }

  .trusted-item h3 {
    font-size: 18px;
    bottom: 12px;
    left: 16px;
  }

  .trusted-item+.trusted-item {
    margin-top: 16px;
  }
}

/* trusted-area */

/* highly-trust */
.highly-trust {
  padding: 100px 0;
  background: #f5fbff;
}

.highly-trust .trust-one {
  display: flex;
  overflow: hidden;
  margin-top: 80px;
}

@keyframes scrollAni {
  from {
    transform: translateX(65px)
  }

  to {
    transform: translateX(var(--scroll-width))
  }
}

.highly-trust .trust-one .swiper-wrapper {
  --scroll-width: -100%;
  display: flex;
  width: fit-content;
  animation: scrollAni 25s linear infinite;
}

.highly-trust .trust-one .swiper-wrapper:hover {
  animation-play-state: paused;
}

.highly-trust .trust-one .highly-box {
  width: 265px;
  padding: 50px 5px;
  border-radius: 5px;
  background: var(--white-color);
  margin-left: 65px;
  text-align: center;
}

.highly-trust .trust-one img {
  height: 46px;
}

@media (max-width: 1480px) {
  .highly-trust {
    padding: 80px 0;
  }

  .highly-trust .trust-one {
    margin-top: 60px;
  }

  .highly-trust .trust-one .highly-box {
    width: 240px;
    padding: 40px 5px;
    margin-left: 50px;
  }

  .highly-trust .trust-one img {
    height: 40px;
  }
}

@media (max-width: 1024px) {
  .highly-trust {
    padding: 60px 0;
  }

  .highly-trust .trust-one {
    margin-top: 50px;
  }

  .highly-trust .trust-one .highly-box {
    width: 220px;
    padding: 35px 5px;
    margin-left: 40px;
  }

  .highly-trust .trust-one img {
    height: 36px;
  }

  .highly-trust .trust-one .swiper-wrapper {
    animation-duration: 22s;
  }
}

@media (max-width: 768px) {
  .highly-trust {
    padding: 50px 0;
  }

  .highly-trust h2 {
    text-align: center;
  }

  .highly-trust .trust-one {
    margin-top: 40px;
  }

  .highly-trust .trust-one .highly-box {
    width: 180px;
    padding: 30px 5px;
    margin-left: 20px;
  }

  .highly-trust .trust-one img {
    height: 28px;
  }

  .highly-trust .trust-one .swiper-wrapper {
    animation-duration: 20s;
  }
}

@media (max-width: 480px) {
  .highly-trust .trust-one .highly-box {
    width: 160px;
    margin-left: 15px;
  }

  .highly-trust .trust-one img {
    height: 24px;
  }
}

/* highly-trust */