.main-footer {
  background-color: #000;
  color: #fff;
}
.main-footer-wrapper {
  gap: clamp(3rem, 10vw, 182px);
  padding-block: 58px;
  align-items: flex-end;
}

.footer-info h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
}
.footer-info a {
  font-weight: 200;
  font-size: 25px;
  line-height: 35px;
  display: block;
}

.footer-social {
  margin-left: auto;
}
.main-footer .developed {
  border-top: 3px solid #fff;
  padding-block: 16px 26px;
  text-align: right;
}
.main-footer .developed h5 {
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.42px;
}
.main-footer .developed img {
  filter: brightness(0) invert(1);
  display: inline-block;
  width: 150px;
  margin-left: 9px;
  transform: translateY(5px);
}

@media screen and (max-width: 1420px) {
  .main-footer-wrapper {
    gap: clamp(3rem, 5vw, 70px);
  }
}
@media screen and (max-width: 1120px) {
  .footer-info h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .footer-info a {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (max-width: 920px) {
  .main-footer-wrapper {
    gap: 2rem;
  }
}
@media screen and (max-width: 740px) {
  .main-footer .logo {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .main-footer-wrapper {
    padding-bottom: 64px;
  }
  .main-footer .developed {
    border-top: 1px solid #fff;
    padding-block: 11px 24px;
    text-align: center;
  }
  .footer-info h3 {
    font-size: 21px;
    line-height: 24px;
  }
  .footer-info a {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 580px) {
  .main-footer-wrapper {
    display: block;
  }
  .footer-social {
    margin-top: 30px;
  }
}
