.card-hero{align-items:center;background-color:#eaedee;border-radius:50%;box-shadow:2px 4px 5px hsla(0,50%,70%,.5);cursor:pointer;display:flex;gap:10px;height:350px;justify-content:center;overflow:hidden;-webkit-perspective:1000px;perspective:1000px;position:relative;width:350px}.card-inner-hero{border-radius:50%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s;width:100%}.card-hero:hover .card-inner-hero{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.card-back-hero,.card-front-hero{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;display:flex;height:100%;justify-content:center;position:absolute;width:100%}.card-front-hero{background:radial-gradient(circle,#d6c5a1,#c3a97b)}.card-back-hero{background-color:#fbf8ef;padding:20px;text-align:center;-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.card-back-hero p{color:#000;font-size:14px;margin:0}.card-front-hero .round-image{border:6px solid #c3a97b;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 8px hsla(0,0%,100%,.6);height:90%;object-fit:cover;width:90%}@media screen and (max-width:425px){.card-hero{height:250px;width:250px}}
/*# sourceMappingURL=main.fd06bc64.css.map*/