@media (max-width: 1024px) {
  .header__nav-list {
    gap: 0 25px;
    font-size: 18px;
  }
  .header__content {
    flex-wrap: wrap;
  }
  .header__content > .header__client-btn {
    width: fit-content;
    height: 42px;
    font-size: 16px;
    margin-left: auto;
  }
  .header__language {
    margin-right: 20px;
  }
  .header__language-btn {
    font-size: 17px;
  }
  .hero > .container {
    padding-top: 20px;
  }
  .hero__content {
    max-width: 440px;
    width: 100%;
  }
  .hero__title {
    font-size: 90px;
    margin-bottom: 25px;
  }
  .hero__description {
    font-size: 22px;
  }
  .info-block-container {
    margin: 80px 0;
  }
  .info-block {
    justify-content: center;
  }
  .info-block__value {
    font-size: clamp(16px, 6vw, 90px);
  }
  #valueSpeed4 {
    text-wrap: nowrap;
  }
  .info-block__item:nth-child(1),
  .info-block__item:nth-child(2),
  .info-block__item:nth-child(3),
  .info-block__item:nth-child(4) {
    width: 100%;
  }

  .solutions__title {
    font-size: clamp(16px, 6vw, 64px);
  }
  .solutions__image {
    grid-area: col1;
  }
  .solutions__contents {
    grid-template-columns: 45% 7% 48%;
    grid-template-rows: 30% 47% 15%;
    grid-template-areas:
      "col1 col2 col2"
      "col1 col3 col4"
      "col1 col3 col5";
  }
  .solutions__description {
    grid-area: col2;
  }
  .solutions__text {
    grid-area: col4;
    max-width: 440px;
  }
  .solutions__button {
    grid-area: col5;
  }
  .join-ursa-network__title {
    margin-right: 0;
    font-size: clamp(16px, 6vw, 64px);
  }
  .join-ursa-network__button {
    max-width: 200px;
    font-size: 21px;
    height: 60px;
    font-weight: 700;
  }
  .our-mission__list {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  .our-mission__item,
  .our-values__item {
    max-width: 440px;
    width: 100%;
  }
  .our-mission__item-img,
  .our-values__img {
    margin: 10px 0;
    width: 100%;
  }
  .about-us > .container {
    padding-top: 60px;
  }
  .about-us__title,
  .our-mission__title,
  .our-values__title,
  .our-certificates__title,
  .our-story__title {
    font-size: clamp(16px, 6vw, 64px);
  }
  .about-us__stats {
    gap: 30px 80px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .our-story__description,
  .osd2 {
    font-size: clamp(16px, 2vw, 20px);
  }
  .about-us__stat {
    max-width: 300px;
    width: 100%;
  }
  .about-us__stat-img {
    width: -webkit-fill-available;
  }
  .about-us__stat-number,
  .our-values__number {
    font-size: 40px;
  }
  .contact > .container,
  .air-freight > .container,
  .out-expertise > .container {
    padding-top: 60px;
  }

  .contact__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__navigation {
    margin: 0 40px;
  }
  .footer__logo {
    max-width: 270px;
    width: 100%;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer > .container {
    justify-content: center;
  }
  .air-freight__list {
    gap: 20px 0;
  }
  .air-freight__item-number {
    font-size: 40px;
  }
  .air-freight__item-title {
    font-size: 22px;
  }
  .air-freight__item-description {
    font-size: 20px;
  }
  .our-mission__item {
    max-width: 440px;
    width: 100%;
  }
  .our-mission__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: start;
    justify-content: space-between;
  }
}
