.service-solution-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 28px;
}

.service-solution-title .service-name {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.service-solution-title .solution-word {
  color: #e90a9b;
  background: linear-gradient(90deg, #e90a9b, #a34cff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blockchain-service-page .crypto-hero-art .service-hero-image {
  width: 108%;
  height: 650px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .service-solution-title .service-name { white-space: normal; }
  .blockchain-service-page .crypto-hero-art .service-hero-image {
    width: 118%;
    height: 455px;
  }
}
