.hobbies__caixa {
   align-items: center;
   background-color: var(--branco);
   border-radius: 100%;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   gap: 0.625rem;
   justify-content: flex-end;
   padding: 1.562rem;
   height: 12.5rem;
}
.hobbies__caixa-jogos {
   height: 8.75rem;
   width: 8.75rem;
}
.hobbies__caixa-cozinhar {
   height: 10rem;
   width: 10rem;
}
.hobbies__caixa-praia {
   height: 11.562rem;
   width: 11.562rem;
}

.hobbies__caixa-spotify {
   height: 12.5rem;
   width: 12.5rem;
   background: var(--destaque-caixa);
}

@media screen and (max-width: 769px) {
   :root {
      font-size: 14px;
   }
}

@media screen and (max-width: 426px) {
   .hobbies__caixa {
      order: 2;
      background-color: var(--gradient);
      height: 8.75rem;
      width: 8.75rem;
   }
}
