.services-subcateories {
  margin-top: -60px;
  padding-bottom: 60px;
}
.services-subcateories__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-subcateories__link {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px 20px 35px;
  border-bottom: 1px solid var(--clr-06);
  text-decoration: none;
  transition: background-color 0.3s;
  text-transform: uppercase;
}
.services-subcateories__link:hover {
  background-color: var(--clr-05);
}
.services-subcateories__link:after {
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.256779 8.46967C-0.0361139 8.76256 -0.0361139 9.23744 0.256779 9.53033C0.549673 9.82322 1.02455 9.82322 1.31744 9.53033L0.256779 8.46967ZM9.53711 1C9.53711 0.585787 9.20132 0.25 8.78711 0.250001L2.03711 0.25C1.6229 0.25 1.28711 0.585786 1.28711 1C1.28711 1.41421 1.6229 1.75 2.03711 1.75H8.03711V7.75C8.03711 8.16421 8.3729 8.5 8.78711 8.5C9.20132 8.5 9.53711 8.16421 9.53711 7.75L9.53711 1ZM1.31744 9.53033L9.31744 1.53033L8.25678 0.46967L0.256779 8.46967L1.31744 9.53033Z" fill="%23AE9B8B" /></svg>');
}
@media (max-width: 61.99875em) {
  .services-subcateories {
    margin-top: -44px;
  }
}
@media (max-width: 47.99875em) {
  .services-subcateories {
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.services-subcateories-btns .row {
  gap: 28px;
}
.services-subcateories-btns .col {
  flex: 1;
}
.services-subcateories-btns__text {
  font-size: 14px;
}
@media (max-width: 61.99875em) {
  .services-subcateories-btns .row {
    gap: 0;
  }
  .services-subcateories-btns .col:last-child {
    flex: auto;
  }
}
@media (max-width: 47.99875em) {
  .services-subcateories-btns .row {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .services-subcateories-btns .col {
    width: 100%;
  }
  .services-subcateories-btns .col:last-child {
    order: -1;
  }
}

.service-category-text {
  padding-bottom: 80px;
}
@media (max-width: 47.99875em) {
  .service-category-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 29.99875em) {
  .service-category-text {
    padding-top: 30px;
  }
}