.activity_tab {
  @apply text-center w-full py-3 mt-10;
  box-shadow: 2px 2px 8px 1px rgb(10 99 169 / 16%),
    5px 4px 7px 3px rgb(255 255 255 / 70%);
}
.activities_tab-grid {
  display: grid;
  gap: 1rem;
  place-content: center;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  place-content: center;
  width: 100%;
}
