
.soso-circle-reveal {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: circle(5% at 50% 50%);
  overflow: hidden;
}

.soso-circle-reveal .reveal-content {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
