.container{justify-content:space-between;align-items:center;gap:40px 60px;padding:50px 0;display:flex;position:relative}.drop{box-shadow:inset 20px 20px 20px rgba(0,0,0,.05),25px 35px 20px rgba(0,0,0,.05),25px 30px 30px rgba(0,0,0,.05),inset -20px -20px 25px var(--dropshadow);justify-content:center;align-items:center;transition:all .5s ease-in-out;display:flex;position:relative}.drop:first-child{border-radius:47% 53% 70% 30%/30% 43% 57% 70%}.drop:nth-child(2){border-radius:41% 39% 65% 46%/40% 50% 60% 36%}.drop:nth-child(3){border-radius:35% 65% 31% 40%/57% 59% 41% 43%}.drop:hover{border-radius:50%}.drop:before{content:"";background:var(--dropshadow);opacity:.9;border-radius:50%;width:35px;height:35px;position:absolute;top:50px;left:85px}.drop:after{content:"";background:var(--dropshadow);opacity:.9;border-radius:50%;width:15px;height:15px;position:absolute;top:90px;left:110px}.content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:40px;display:flex;position:relative}.content h2{width:80px;height:80px;color:var(--clr);background:var(--dropshadow);border-radius:50%;justify-content:center;align-items:center;font-size:2em;display:flex;position:relative;box-shadow:inset 2px 5px 10px rgba(0,0,0,.1),inset -2px -5px -10px #fff,15px 15px 10px rgba(0,0,0,.05),15px 10px 15px rgba(0,0,0,.024)}@media (max-width:600px){.drop{width:280px;height:280px}}
