.container {
  max-width: 1800px;
}

.title-font {
  font-size: 40px;
}

.navbar-icons {
  display: flex;
  font-weight: 400;
  gap: 1.5rem;
  font-size: 16px;
  line-height: 150%;
}

.ux {
  font-size: 150px;
}

.title-content {
  font-size: 70px;
  font-weight: 900;
  line-height: 80px;
}

.video-text-bottom {
  line-height: 64px;
  font-size: 90px;
}

.row-superpowers, .superpowers .row {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}

.about {
  background-size: contain;
  background-image: url("/img/design.png");
  width: 100%;
}

.mb-img {
  margin-left: 50%;
  margin-right: 1rem;
  height: max-content;
}

.ks-desc {
  margin-left: 26%;
}

.ks-img {
  height: max-content;
}

.howitworks {
  height: 1259px;
}
.contact {
  padding-top: 0;
}
.square {
  border-radius: 33px;
}

.about .row {
  width: 40%;
}

.footer {
  padding: 60px;
  flex-direction: row;
  align-items: flex-end;
}

.footer a {
  font-size: 20px;
}

.footer img {
  max-height: 65px;
  margin-left: 15px;
  max-width: 10%;
  margin-bottom: 0;
}

.footer-links {
  gap: 122px;
  width: initial;
  margin-bottom: 0;
}

.footer-icons a {
  font-size: 24px;
}
