.techboi-footer {
  background: var(--color-gray-superlight);
  border-top: 1px solid var(--color-gray-light);

}

.techboi-footer-inner {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: var(--size-l);
  width: 100%;
}

@media (min-width: 1000px) {
  .techboi-footer-inner {
    flex-direction: row;
  }
}

.techboi-footer-column {
  flex-basis: 100%;
}

.techboi-footer-logo {
  max-width: 142px;
  margin-bottom: 1rem;
}

.techboi-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.techboi-footer li {
  margin-bottom: var(--size-s);
  line-height: 1em;
}

.techboi-footer a,
.techboi-footer a:visited {
  color: var(--color-gray);
  text-decoration: none;
}

.techboi-footer,
.techboi-footer a {
  font-size: 14px;
}