.imoto-footer img {
  display: block;
  max-width: 100%;
  height: auto;
}

.imoto-footer-logo {
  width: auto;
  max-width: 184px;
  max-height: 92px;
  object-fit: contain;
}

.imoto-footer-social img,
.imoto-footer-heading-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1023px) {
  .imoto-footer {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .imoto-footer > .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .imoto-footer-main {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 28px;
  }

  .imoto-footer-brand,
  .imoto-footer-offices {
    width: 100% !important;
  }

  .imoto-footer-brand > a {
    display: inline-flex;
    max-width: min(220px, 72vw);
  }

  .imoto-footer-intro {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.65;
  }

  .imoto-footer-heading {
    align-items: center;
    gap: 10px;
  }

  .imoto-footer-heading-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .imoto-footer-heading-title {
    font-size: 22px;
    line-height: 1.35;
  }

  .imoto-footer-office-list {
    gap: 18px;
  }

  .imoto-footer-office-list .text-orange-400 {
    font-size: 20px;
    line-height: 1.35;
  }

  .imoto-footer-office-list .text-white {
    font-size: 15px;
    line-height: 1.6;
  }

  .imoto-footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 18px;
    margin-top: 22px;
  }

  .imoto-footer-socials {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }

  .imoto-footer-social {
    width: 44px !important;
    height: 44px !important;
  }

  .imoto-footer-copyright {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (max-width: 420px) {
  .imoto-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .imoto-footer > .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .imoto-footer-heading-title {
    font-size: 20px;
  }

  .imoto-footer-socials {
    justify-content: space-between;
    gap: 10px;
  }

  .imoto-footer-social {
    width: 40px !important;
    height: 40px !important;
  }
}
