.your-trusted-card h2 {
  margin-bottom: 16px;
}

.your-trusted-card p {
  color: var(--color-text-2);
}
.your-trusted-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.deliver-value {
  margin: 16px 0 40px;
  text-align: center;
}

@media (min-width: 1025px) {
  .sales-banner.space-comman-section img.img, section.your-trusted.space-comman-section .img-fluid {
    width: 480px;
    aspect-ratio: 16/15;
    margin: auto;
  }
}

@media (max-width: 1024px) {
  .sales-banner.space-comman-section img.img, section.your-trusted.space-comman-section .img-fluid {
    width: 303px;
    aspect-ratio: 16/15;
    margin: auto;
  }
  .transform .image {
    width: 358px;
    height: 218px;
  }
  .your-trusted-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .deliver-value {
    margin: 16px 0 40px;
  }
  /* .your-trusted-card img {
    width: 340px;
    height: 340px;
    margin: auto;
} */
}

@media (max-width: 600px) {
  .sales-banner.space-comman-section img.img, section.your-trusted.space-comman-section .img-fluid {
    width: 235px;
    aspect-ratio: 16/15;
    margin: auto;
  }
}
