.logo {
  display: flex;
  gap: .5rem;
  align-items: center;
  width: auto;
  font-size: 1.5rem;
  font-weight: 600;
}
.logo img {
  height: 50px;
  width: auto !important;
}

.back-button {
  font-size: 2rem;
  margin-left: 4px;
}

.particles .cont h1 {
  font-size: 50px;
}

.partner-on-hero {
  text-align: center;
  padding-top: 8rem;
}
.partner-on-hero img {
  height: 100px;
  width: auto;
  margin-top: 1rem;
}

.line.bottom {
  width: 100%;
}

.clients .brands .img img {
  max-width: 100%;
}

footer .item .logo img {
  width: 200px;
}

footer .footer-partner-logo .partner-logo {
  padding-top: 1rem;
  height: 60px;
  width: auto !important;
}

footer p {
  font-size: 14px;
  line-height: 1.5;
}