.public-body {
  background: #f8f8fb;
  color: #171522;
}

.public-body .public-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 150px);
  background: #f8f8fb;
}

.public-body .public-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -300px;
  right: -190px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: #e7e1ff;
}

.public-body .public-wrap {
  position: relative;
  z-index: 1;
}

.public-body .info-shell {
  margin-bottom: 90px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid #e7e4ed;
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 70px rgba(31, 23, 62, .08);
}

.public-body .info-section:last-child {
  padding-bottom: 0;
}

.public-body .info-section a {
  color: #6548dc;
  font-weight: 650;
}

@media (max-width: 650px) {
  .public-body .info-shell {
    margin-top: 42px;
    margin-bottom: 58px;
    border-radius: 22px;
  }
}
