.expertise-global h2 {
  max-width: 780px;
  margin: 0 auto 50px;
}
.expertise-global h4 {
  text-align: center;
  color: var(--default-blue);
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-family: var(--inter-font-family);
}
.expertise-global .companies-block {
  display: flex;
  height: 230px;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex: 1 0 0;
  border-radius: 8px;
  background-color: var(--grey-color);
}
.expertise-global .companies-block .number {
  color: var(--default-blue);
  font-size: 5.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 15px;
}
.expertise-global .companies-block h4 {
  color: var(--navcard-blue);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 1140px) {
  .expertise-global .companies-block .number {
    font-size: 4rem;
    margin-bottom: 0;
  }
  .expertise-global .companies-block h4 {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 1024px) {
  .expertise-global .companies-block {
    padding: 30px;
  }
  .expertise-global .companies-block .number {
    font-size: 3.2rem;
  }
  .expertise-global .companies-block h4 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .expertise-global h4 {
    margin-bottom: 16px;
    font-size: 0.75rem;
  }
  .expertise-global .companies-block {
    padding: 20px;
    margin-bottom: 10px;
    height: 190px;
  }
  .expertise-global .companies-block .number {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 8px;
  }
  .expertise-global .companies-block h4 {
    font-size: 0.938rem;
    line-height: 18px;
  }
}
