.logo-wrapper {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;

  img {
    margin: 0 auto;
  }
}

.items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: calc(50% - 8px);
  aspect-ratio: 1 / 1;
  padding: 8px;
  text-decoration: none;
  border: 1px solid rgba(0, 176, 154, 0.20);
  border-radius: 20px;
}

.title {
  display: flex;
  min-height: 38px;
  align-items: center;
  text-align: center;
  font-family: "SF Pro", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: black;
}
