.pushaton-text {
  color: #172938;
}

.wigion-text {
  color: #5856d6;
}

.photonkit-text {
    color: #04E8FF;
}

.app-card#wigion {
    background-image: url("/images/wigion/1-horizontal.webp")
}

.app-card#photonkit {
    background-image: url("/images/photonkit/1-horizontal.webp")
}

.app-card#pushaton {
    background-image: url("/images/pushaton/1-horizontal.webp");
}

@media only screen and (max-width: 1260px) {
  .app-card#wigion {
      background-image: url("/images/wigion/1-vertical.webp");
  }
    
  .app-card#photonkit {
      background-image: url("/images/photonkit/1-vertical.webp")
  }
    
  .app-card#pushaton {
      background-image: url("/images/pushaton/1-vertical.webp");
  }
}
