.trustUs-section {
  width: 100%;
  min-height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(40px, 6vh, 80px);
  padding: clamp(40px, 8vh, 100px) 0;
}

.trustUs-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 80px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}

.trustUs-content {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 4vh, 40px);
}

.trustUs-title {
  font-family: 'Headline', sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: white;
  white-space: nowrap;
}

.trustUs-items {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 3vh, 32px);
}

.trustUs-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 2vw, 32px);
}

.trustUs-number {
  color: #F40000;
  font-family: 'Headline', sans-serif;
  font-size: clamp(1.5rem, 3vw, 3.5rem);
  line-height: 1;
  flex-shrink: 0;
}

.trustUs-title-white {
  color: white;
}

.trustUs-title-red {
  color: #F40000;
}

.trustUs-text {
  font-family: 'Basic text 2', sans-serif;
  font-size: clamp(0.85rem, 1.5vw, 1.25rem);
  color: white;
  line-height: 1.4;
  max-width: 400px;
  margin: 0;
  padding-top: 0.5em;
}

.trustUs-text strong {
  font-family: 'Basic text', sans-serif;
  font-weight: 700;
}

.trustUs-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trustUs-image {
  width: 600px;
  height: 360;
  max-width: 100%;
  transform: rotate(90deg) translateX(50px);
  transform-origin: center;
}

.trustUs-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4vw, 60px);
  width: 100%;
  padding: 0 clamp(20px, 5vw, 80px);
}

.trustUs-secondary-image {
  width: 600px;
  max-width: 45%;
  height: auto;
}

.trustUs-video-image {
  width: 400px;
  max-width: 45%;
  height: auto;
}


