.brand {
  gap: 0;
  line-height: normal;
}

.brand > img {
  display: block;
  width: 195px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.footer-logo {
  display: block;
  width: 220px;
  height: auto;
  margin-bottom: 16px;
}

.profile {
  grid-template-columns: 1fr;
  min-height: 280px;
  padding: 38px;
  border: 1px solid #d8ddd8;
  border-top: 5px solid #163d35;
  box-shadow: 0 16px 34px rgba(20, 34, 31, .06);
}

.profile h3 {
  max-width: 420px;
  margin-bottom: 22px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.profile .registration {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #d8ddd8;
  color: #163d35;
}

@media (max-width: 420px) {
  .brand > img {
    width: 165px;
  }

  .profile {
    min-height: auto;
    padding: 28px;
  }
}
