.site-footer .inside-footer {
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

.site-footer #footer-widgets {
  background-color: #3b3b3b;
  padding: 80px 0 84px 0;
  color: #fff;
}

.site-footer #footer-widgets .column {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.site-footer #footer-widgets .footer-widgets {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-footer #footer-widgets .footer-widgets .wp-social-link {
  margin: 0 !important;
}

.site-footer #footer-widgets .inside-footer {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.site-footer #footer-credits {
  background-color: #2d2b2b;
  color: #fff;
  padding: 23px 0 22px 0;
  fotn-size: 14px;
}

.site-footer #footer-credits .inside-footer {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.site-footer #footer-credits a {
  color: inherit;
}

.site-footer #footer-credits a:hover {
  color: var(--red);
}

.site-footer #footer-widgets .footer-packages {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer #footer-widgets .package {
  display: flex;
  gap: 19px;
  align-items: center;
  text-transform: uppercase;
  font-family: "Gotham Medium", sans-serif;
  font-size: 15px;
  color: inherit;
}

@media screen and (max-width: 450px) {
  .site-footer .inside-footer {
    padding: 0 30px;
  }

  .site-footer #footer-widgets .inside-footer {
    flex-wrap: wrap;
  }

  .site-footer #footer-credits .inside-footer {
    flex-wrap: wrap;
  }
}
