.gpc-other-services__link {
  color: var(--neutral-5);
  text-decoration: underline;
  text-underline-position: under;
}

.gpc-other-services__link:hover {
  color: var(--neutral-4);
}

@media (min-width: 768px) {
  .gpc-other-services__list {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
  }
}

.gpc-other-services__list-column {
  display: flex;
  width: 100%;
  padding: 15px 0;
}

.gpc-other-services__list-column {
}

@media (min-width: 768px) {
  .gpc-other-services__list-column {
    width: 50%;
    padding: 15px;
  }
}

@media (min-width: 1024px) {
  .gpc-other-services__list-column {
    width: 33.3%;
  }
}

.gpc-other-services__list-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 25px;
  background-color: var(--neutral-5);
  border-radius: 15px;
  font-family: 'Open Sans', sans-serif;
  color: var(--color-white);
}

.gpc-other-services__list-card-header::after {
  content: '';
  background: var(--color-secundary) none repeat scroll 0 0;
  display: block;
  height: 2px;
  width: 16px;
  margin: 14px 0;
}

.gpc-other-services__list-card-title {
  font-weight: 700;
  margin-bottom: 0;
}

.gpc-other-services__list-card-body {
  margin-bottom: 24px;
}

.gpc-other-services__list-card-body p {
  margin: 0;
}

.gpc-other-services__list-card-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gpc-other-services__list-card-footer .gpc-button {
  background-color: var(--color-white);
}

.gpc-other-services__list-card-footer .gpc-button:hover {
  border: 1px solid var(--neutral-5);
  background-color: var(--secundary-btn-rgba-color);
  color: var(--color-white);
}

.gpc-other-services__list-card-price {
  font-weight: 700;
  margin: 0;
}
