#iq .section-head {
  margin-bottom: 34px;
}

.company-proof {
  display: grid;
  grid-template-columns: .72fr .95fr 2.1fr;
  gap: 14px;
  margin: 0 0 20px;
}

.company-proof article {
  min-height: 112px;
  border: 1px solid var(--line);
  background: white;
}

.proof-number {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border-top: 4px solid var(--cyan) !important;
}

.proof-number strong {
  color: var(--blue);
  font-size: clamp(38px, 3.5vw, 58px);
  line-height: .9;
  letter-spacing: -.055em;
}

.proof-number span {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 850;
}

.proof-number p {
  margin: 0;
  color: #64788b;
  font-size: 12px;
  line-height: 1.35;
}

.client-profile {
  padding: 18px 22px;
  border-color: #d8e4ed !important;
  background: var(--pale) !important;
}

.client-profile small {
  display: block;
  margin-bottom: 13px;
  color: #68829a;
  font-weight: 850;
  letter-spacing: .13em;
}

.client-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.client-tags span {
  padding: 8px 11px;
  border-left: 3px solid var(--blue);
  background: white;
  color: #38516b;
  font-size: 12px;
  font-weight: 750;
}

#iq .service-grid article {
  min-height: 205px;
  padding: 23px 25px;
}

#iq .statement {
  margin-top: 22px;
  padding-block: 18px;
}

@media (max-width: 900px) {
  .company-proof {
    grid-template-columns: 1fr 1fr;
  }

  .client-profile {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .company-proof {
    grid-template-columns: 1fr;
  }

  .client-profile {
    grid-column: auto;
  }
}
