.site-footer {
  background-color: #ffffff;
  border-top: 1px solid #e2e8f0;
}

.footer-container {
  padding: 48px;
  margin: auto;
  display: flex;
  gap: 48px;
  max-width: 1200px;
  flex-flow: column wrap;
}

.footer-bottom {
  border-top: 1px solid #e2e8f0;
  padding: 16px 0;
  font-size: 14px;
  line-height: 20px;
  color: #62748e;
  display: flex;
  align-items: center;
}

.footer-top {
  display: flex;
  gap: 48px;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: start;
}

.footer-top-item {
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #45556c;
}

.footer-top-item h3 {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0f172b;
  margin-bottom: 0px;
}

.footer-top-item p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #45556c;
  margin-bottom: 0px;
}

.footer-top-item h4 {
  font-family: Inter;
  font-weight: 600;
  margin-bottom: 0px;
  font-style: Semi Bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #0f172b;
}

.footer-top-item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
  flex-flow: column;
}

.footer-top-item:first-of-type {
  max-width: 250px;
}

.footer-top-item ul li {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #45556c;
}

.footer-top-item ul li a,
.footer-top-item ul li a:visited {
  color: #45556c;
}

.footer-top-item ul li a:hover {
  color: #0f172b;
}

@media (max-width: 1200px) {
  .site-footer {
    width: 100%;
  }

  .footer-container {
    max-width: 100%;
  }

  .footer-top {
    flex-flow: row wrap;
  }
}
