.about__me-outer-circle{width:23rem;height:23rem;border:1px solid hsl(var(--muted-foreground));border-radius:50%;position:relative;animation:move 30s linear infinite}.about__me-outer-circle span{display:block;width:4rem;height:4rem;border-radius:50%;position:absolute;background:hsl(var(--background));display:flex;justify-content:center;align-items:center;box-shadow:0 0 1rem hsl(var(--muted-foreground));font-size:2rem}.about__me-outer-circle span:first-child{top:-2rem;left:calc(50% - 2rem)}.about__me-outer-circle span:nth-child(2){right:-2rem;top:calc(50% - 2rem)}.about__me-outer-circle span:nth-child(3){left:-2rem;top:calc(50% - 2rem)}.about__me-outer-circle span:nth-child(4){bottom:-2rem;left:calc(50% - 2rem)}@keyframes move{to{transform:rotate(1turn)}}.about__me-inner-circle{position:absolute;width:18rem;height:18rem;border-radius:50%;overflow:hidden}@media screen and (max-width:1550px){.about__me-outer-circle{width:23rem;height:23rem}.about__me-outer-circle span{width:3.5rem;height:3.5rem;font-size:1.8rem}.about__me-inner-circle{position:absolute;width:17rem;height:17rem;border-radius:50%;overflow:hidden}}@media screen and (max-width:600px){.about__me-outer-circle{width:13rem;height:13rem}.about__me-outer-circle span{width:2.5rem;height:2.5rem;font-size:1.5rem}.about__me-inner-circle{position:absolute;width:10rem;height:10rem;border-radius:50%;overflow:hidden}.about__me-outer-circle span:first-child{top:-1.5rem;left:calc(50% - 2rem)}.about__me-outer-circle span:nth-child(2){right:-1.5rem;top:calc(50% - 2rem)}.about__me-outer-circle span:nth-child(3){left:-1.5rem;top:calc(50% - 2rem)}.about__me-outer-circle span:nth-child(4){bottom:-1.5rem;left:calc(50% - 2rem)}}