@charset "UTF-8";
.c-zozo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: clamp(1.25rem, 0.35544rem + 3.81679vw, 2.1875rem) clamp(0.625rem, -0.56775rem + 5.08906vw, 1.875rem);
  font-size: clamp(0.90312rem, 0.33359rem + 2.43003vw, 1.5rem);
  font-weight: 500;
  color: #fff;
  background: linear-gradient(90deg, #4e433d 8.9%, rgba(122, 107, 97, .85) 108.02%);
  border-radius: 100vh;
  box-shadow: 0.25rem 0.25rem 0.625rem 0 rgba(0, 0, 0, .25);
}