.faqPopular {
  padding-top: 6.25rem;
}

.service__lists {
  margin: 2.5rem 0 0;
  max-width: 100%;
}

.category {
  padding-block: 3rem 11.25rem;
}

.category .section__head {
  margin-bottom: 2.5rem;
}

.categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin-block: 2.5rem;
}

.categoryList__link {
  display: block;
  width: 14rem;
}

.categoryList__img {
  display: flex;
  justify-content: center;
}

.categoryList__name {
  display: grid;
  font-size: 1.125rem;
  gap: 0.625rem;
  grid-template-columns: 0.5rem auto;
  justify-content: center;
  line-height: 1.7;
  margin-top: 1rem;
}

.categoryList__name::before {
  background: var(--color-brand-blue);
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  margin-top: 0.875rem;
  width: 0.5rem;
}

@media screen and (max-width:767px) {
  .category {
    padding-bottom: 6.25rem;
  }

  .categoryList {
    gap: 2.5rem 1rem;
  }

  .categoryList__name {
    font-size: 1.125rem;
  }

  .categoryList__name::before {
    margin-top: 0.75rem;
  }
}

@media screen and (max-width:500px) {
  .categoryList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-inline: auto;
  }

  .categoryList__link {
    width: unset;
  }
}
