.cwi-services {
  max-width: 560px;
  text-align: left;
}

.cwi-services__eyebrow {
  margin: 0 0 18px;
}

.cwi-services__title {
  margin: 0 0 20px;
}

.cwi-services__description {
  margin: 0 0 34px;
}

.cwi-services__list {
  margin: 0 0 36px;
  padding: 0;
  list-style: none;
}

.cwi-services__item {
  border-bottom: 1px solid #e3e6eb;
}

.cwi-services__item-link {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 22px 0;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

.cwi-services__number {
  flex: 0 0 auto;
  min-width: 42px;
  margin: 0;
}

.cwi-services__item-title {
  margin: 0;
  flex: 1 1 auto;
}

.cwi-services__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 14px 28px;
  border: 0;
  border-radius: 0;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.cwi-services__button:hover,
.cwi-services__button:focus {
  text-decoration: none;
}

.cwi-services__item-link:hover .cwi-services__item-title,
.cwi-services__item-link:focus .cwi-services__item-title {
  transition: color 0.2s ease;
}

@media (max-width: 767px) {
  .cwi-services__item-link {
    gap: 18px;
    padding: 18px 0;
  }
}
