.list-buttons-circle li a{
border-radius: 20px !important;
font-size: 13px !important;
line-height: 0px !important;
}
.logo-name {
  margin-top: 60px;
  position: absolute;
}
.logo-wrap {
  height: 125px;
  display: flex;
}
 .tab-content-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 3 items per row */
  gap: 20px;
  list-style: none;
  padding: 0;
}

.tab-content-inner li {
  text-align: center;
}