/* Imágenes servicio 01 - Asesoría y estrategia de marca */
.services .svc-card:first-of-type .svc-card__media{
  grid-template-columns: repeat(2, 1fr);
}
.services .svc-card:first-of-type .svc-card__media span{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services .svc-card:first-of-type .svc-card__media span:nth-child(1){ background-image: url(../img/services/asesoria-b.jpg); }
.services .svc-card:first-of-type .svc-card__media span:nth-child(2){ background-image: url(../img/services/asesoria-a.jpg); }

/* Imágenes servicio 02 - Branding estratégico */
.services .svc-card:nth-of-type(2) .svc-card__media{
  grid-template-columns: repeat(2, 1fr);
}
.services .svc-card:nth-of-type(2) .svc-card__media span{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services .svc-card:nth-of-type(2) .svc-card__media span:nth-child(1){ background-image: url(../img/services/branding-a.jpg); }
.services .svc-card:nth-of-type(2) .svc-card__media span:nth-child(2){ background-image: url(../img/services/branding-b.jpg); }

/* Imágenes servicio 03 - Diseño digital */
.services .svc-card:nth-of-type(3) .svc-card__media{
  grid-template-columns: repeat(2, 1fr);
}
.services .svc-card:nth-of-type(3) .svc-card__media span{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services .svc-card:nth-of-type(3) .svc-card__media span:nth-child(1){ background-image: url(../img/services/gym.jpg); }
.services .svc-card:nth-of-type(3) .svc-card__media span:nth-child(2){ background-image: url(../img/services/cotton-nation.png); }

/* Imágenes servicio 04 - Estrategia y posicionamiento digital */
.services .svc-card:nth-of-type(4) .svc-card__media{
  grid-template-columns: repeat(2, 1fr);
}
.services .svc-card:nth-of-type(4) .svc-card__media span{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services .svc-card:nth-of-type(4) .svc-card__media span:nth-child(1){ background-image: url(../img/services/posicionamiento-b.jpg); }
.services .svc-card:nth-of-type(4) .svc-card__media span:nth-child(2){ background-image: url(../img/services/posicionamiento-a.jpg); }
