.servicios-tarjeta {
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}

.servicios-tarjeta a {
  text-decoration: none
}

.content {
  padding: 0.15rem;
}

.servicios-imagen {
  object-fit: cover;
  width: 100%;
  height: 250px;
  background-color: rgb(239, 205, 255);
}

.servicios-titulo {
  color: #FFB748;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.servicios-descripcion {
  margin-top: 0.25rem;
  color: #171717;;
  font-size: 0.975rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.action {
  display: inline-flex;
  margin-top: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  align-items: center;
  gap: 0.25rem;
  background-color: #2563EB;
  padding: 4px 8px;
  border-radius: 4px;
}

.action span {
  transition: .3s ease;
}

.action:hover span {
  transform: translateX(4px);
}
