@media (max-width: 520px) {
  .header {
    height: 50px;
  }
  .header__logo img {
    max-width: 160px;
    width: 100%;
  }
  .header__nav-menu {
    top: 60px;
    right: 30px;
  }
  .container {
    padding: 0 20px;
  }
  .about-us .container,
  .out-expertise .container,
  .contact .container,
  .why-ursa .container {
    padding-top: 40px;
  }
  .our-story__title,
  .about-us__title,
  .our-mission__title,
  .our-values__title,
  .out-expertise__title,
  .air-freight__title {
    font-size: clamp(16px, 6vw, 64px);
    margin-bottom: 20px;
  }
  .our-mission__list {
    display: flex;
    justify-content: center;
  }
  .hero .container {
    height: 400px;
    background-position-y: bottom;
  }
  .hero__content {
    max-width: none;
    width: 100%;
  }
  .hero__title {
    margin-bottom: 4px;
    font-size: 44px;
  }
  .hero__description {
    max-width: none;
    font-size: 14px;
  }
  .info-block-container {
    margin: 20px 0 40px;
  }
  .info-block {
    gap: 11px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .info-block__label {
    font-size: clamp(9px, 2vw, 12px);
  }
  .solutions__contents {
    grid-template-columns: 35% 65%;
    gap: 20px 15px;
  }
  .what-we-do__description {
    margin: 0;
    margin-bottom: 20px;
  }
  .join-ursa-network__feature,
  .join-ursa-network__image {
    max-width: 140px;
    height: auto;
    width: 100%;
  }
  .join-ursa-network__button {
    min-width: 100%;
  }
  .footer__contact,
  .footer__navigation {
    font-size: 13px;
  }
  .footer > .container {
    display: flex;
    height: 100%;
    align-content: space-between;
    gap: 10px;
    flex-direction: column;
    padding: 0;
    flex-wrap: wrap;
  }
  .footer__logo {
    max-width: 120px;
  }
  .footer__contact {
    font-size: 14px;
  }
  .footer__contact-icon {
    width: 12px;
    height: 12px;
  }
  .footer__navigation {
    font-size: 14px;
  }
  .scroll-top {
    width: 40px;
    height: 40px;
  }
  .air-freight__wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 16px;
  }
  .what-we-do__blocks {
    gap: 44px 12px;
  }
  .what-we-do__block {
    max-width: 150px;
  }
  .what-we-do__image {
    width: 100%;
    height: auto;
  }
  .what-we-do__number {
    font-size: 20px;
  }
  .our-story__text {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 20px;
  }

  .our-story__image.oib {
    display: none;
  }
  .our-story__image-text {
    display: block;
    width: 110px;
    height: 100%;
    grid-row: 1 / 3;
  }

  .ursa-network__content {
    gap: 0 12px;
  }
  .ursa-network__text > p:nth-child(2) {
    font-size: 15px;
    max-width: none;
    width: auto;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .ursa-network__subtitle {
    font-size: 15px;
    margin-bottom: 12px;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .ursa-network__img {
    display: none;
  }
  .ursa-network__text {
    gap: 20px 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
  }
  .ursa-network__img-text {
    display: block;
  }
  .ursa-network__text a {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    width: 100%;
  }
  .contact__info {
    width: 100%;
  }
  .contact__info > .footer__contact {
    max-width: 274px !important;
    width: 100% !important;
  }
  .contact__info-block div {
    font-size: 10px;
  }
  .contact__info-img {
    width: auto;
  }
  .footer__contact-subtitle {
    display: none;
  }
  .contact__form::before {
    content: "Have questions? Reach out to us!";
    font-size: 14px;
  }
  .contact__input,
  .contact__input::placeholder {
    font-size: 12px;
    font-weight: 500;
  }
  .contact__group {
    margin-bottom: 20px;
  }
  .contact__button {
    width: 100%;
  }
  .afs2 {
    margin-bottom: 16px;
  }
  .air-freight__cta-button {
    width: 100%;
  }
  .air-freight__cta-text {
    display: none;
  }
  .supply-chain__img {
    display: none;
  }
  .supply-chain__img-text {
    display: block;
    content: url("../assets/images/Breakpoints/phone/supply-chain-phone-img.png");
    margin-bottom: 20px;
    width: 100%;
  }
  .air-freight .air-freight__subtitle {
    margin: 0 0 20px 0;
  }
  .air-freight__image-phone {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .air-freight__image img {
    content: url("../assets/images/Breakpoints/phone/air-freight-phone-img.png");
  }
  .multi-modal .multi-modal__image {
    content: url("../assets/images/Breakpoints/phone/multi-modal-phone-img.png");
    max-width: none;
    min-width: none;
    width: 100% !important;
    height: 100% !important;
  }
  .minivan-service__image-text {
    display: block;
    width: 100%;
    content: url("../assets/images/Breakpoints/phone/minivan-service-phone-img.png");
    margin-bottom: 20px;
  }
  .minivan-service__image {
    display: none;
  }
  .afmi {
    height: max-content;
  }
  .minivan-service__item-questions-wrapper div {
    padding-right: 0;
  }
  .about-us__stats {
    justify-content: space-between;
  }
  .about-us__description {
    max-width: 100%;
  }
  .about-us__stat {
    max-width: 230px;
  }

  .about-us__stat-img {
    width: 100%;
    height: auto;
  }
  .our-certificates__title {
    margin-bottom: 10px;
  }
}
