.flexible-content-section.who-we-work-with-section {
  margin: 0 48px 48px 48px;
}
@media (max-width: 768px) {
  .flexible-content-section.who-we-work-with-section {
    margin: 0 24px 24px 24px;
  }
}
@media (max-width: 480px) {
  .flexible-content-section.who-we-work-with-section {
    margin: 0 20px 20px 20px;
  }
}

.who-we-work-with-wrapper {
  padding: 56px 0 0 0;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}
.who-we-work-with-wrapper .section-title-wrap {
  margin-bottom: 47px;
  text-align: left;
}
.who-we-work-with-wrapper .section-title {
  margin: 0;
  color: var(--color-primary-dark-blue);
  font-variant-numeric: lining-nums tabular-nums;
  font-family: var(--champagne-font-stack);
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  letter-spacing: 0%;
  text-align: left;
}
.who-we-work-with-wrapper .section-title p {
  margin: 0;
  color: inherit;
  font-variant-numeric: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.who-we-work-with-wrapper .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.who-we-work-with-wrapper .card {
  background-color: #29343E;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 30px;
}
.who-we-work-with-wrapper .card-icon {
  margin-bottom: 48px;
}
.who-we-work-with-wrapper .card-icon img {
  width: 100px;
  height: 100px;
  display: block;
}
.who-we-work-with-wrapper .card-title {
  margin: 0;
  color: #FFF9CE;
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0%;
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .who-we-work-with-wrapper .card-title {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .who-we-work-with-wrapper {
    padding-top: 40px;
  }
  .who-we-work-with-wrapper .section-title {
    font-size: clamp(60px, 9.76vw, 100px);
  }
  .who-we-work-with-wrapper .section-title-wrap {
    margin-bottom: 40px;
  }
  .who-we-work-with-wrapper .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .who-we-work-with-wrapper {
    padding-top: 32px;
  }
  .who-we-work-with-wrapper .section-title {
    font-size: clamp(48px, 10.4vw, 80px);
  }
  .who-we-work-with-wrapper .section-title-wrap {
    margin-bottom: 30px;
  }
  .who-we-work-with-wrapper .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .who-we-work-with-wrapper .card {
    padding: 32px 24px;
    border-radius: 20px;
  }
  .who-we-work-with-wrapper .card-icon {
    margin-bottom: 32px;
  }
  .who-we-work-with-wrapper .card-icon img {
    width: 60px;
    height: 60px;
  }
  .who-we-work-with-wrapper .card-title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .who-we-work-with-wrapper {
    padding-top: 80px;
  }
  .who-we-work-with-wrapper .section-title {
    font-size: clamp(32px, 10vw, 48px);
  }
  .who-we-work-with-wrapper .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .who-we-work-with-wrapper .card {
    padding: 24px 16px;
    border-radius: 16px;
  }
  .who-we-work-with-wrapper .card-icon {
    margin-bottom: 24px;
  }
  .who-we-work-with-wrapper .card-icon img {
    width: 48px;
    height: 48px;
  }
  .who-we-work-with-wrapper .card-title {
    font-size: 14px;
    line-height: 120%;
  }
}
