/* ===== Service Tab Icons ===== */
.service-tabs {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  flex-wrap: wrap;
}

.service-tabs__item {
  width: 25%;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: var(--font-base);
  color: var(--text-secondary);
  cursor: pointer;
  text-decoration: none;
}

.service-tabs__icon {
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.service-tabs__label {
  margin-top: 5px;
  font-size: var(--font-base);
  color: var(--text-secondary);
}
