.air-freight {
  margin-bottom: 120px;
}

.air-freight > .container {
  padding-top: 120px;
}

.air-freight__title {
  text-transform: uppercase;
}

.air-freight__description {
  font-size: 24px;
}

.air-freight__subtitle {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.air-freight__wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 80px;
}

.air-freight__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px 0;
}

.air-freight__item {
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.air-freight__item-number {
  font-size: 47px;
  font-weight: 800;
}

.air-freight__image-text {
  display: none;
}

.air-freight__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.air-freight__item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.air-freight__item-description {
  font-size: 24px;
}

.supply-chain__description {
  margin-bottom: 32px;
}

.air-freight__cta-text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.air-freight__cta-button {
  width: 235px;
  height: 65px;
  font-size: 24px;
  font-weight: 700;
}
