.circular-text{font-family:var(--font-poppins),sans-serif;width:180px;height:180px;color:var(--foreground);text-align:center;cursor:pointer;-webkit-transform-origin:50%;transform-origin:50%;border-radius:50%;margin:0 auto;font-weight:500;position:relative}.circular-text span{font-size:20px;transition:all .5s cubic-bezier(0,0,0,1);display:inline-block;position:absolute;inset:0}@media (width<=768px){.circular-text{width:140px;height:140px}.circular-text span{font-size:16px}}@media (width<=480px){.circular-text{width:110px;height:110px}.circular-text span{font-size:14px}}
