#access{background-color:var(--v-secondary-base);display:flex;justify-content:space-around;flex-wrap:wrap;padding:20px 0}#access h1{width:100%;text-align:center;color:#fff;margin:15px 0;font-weight:700}#access .cardAccess{background-color:#fff;border-radius:50%;margin:20px 17px;width:229px;height:229px}#access .cardAccess a{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}#access .cardAccess a h4{font-family:gotham;font-weight:700;color:#404040}#access .cardAccess a img{max-width:100px;margin:0}#access .cardAccess:hover{box-shadow:inset -4px -3px 15px #000;transition:.53s}@media(max-width:1100px){#access .cardAccess{width:150px;height:150px}#access .cardAccess a h4{font-size:15px}#access .cardAccess a img{max-width:50px}}